Build: fix x86, no ways.....

This commit is contained in:
John Doe
2021-10-06 03:21:33 +08:00
parent 9c34fef92e
commit 7876b527e9

View File

@@ -17,7 +17,7 @@ jobs:
steps:
- name: Trigger Compile
run: |
if [ ${{ matrix.device }} = 'r1s' ]; then
if [ ${{ matrix.device }} = 'r1s' ] OR [ ${{ matrix.device }} = 'x86' ]; then
branch='18.06';
else
branch='master';