x86: use 18.06

This commit is contained in:
John Doe
2021-10-06 04:13:35 +08:00
parent 7876b527e9
commit 993ff5283d
9 changed files with 6 additions and 9 deletions

View File

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