x86: use 18.06
This commit is contained in:
2
.github/workflows/dispatch.yml
vendored
2
.github/workflows/dispatch.yml
vendored
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user