Build: fix x86, no ways.....
This commit is contained in:
2
.github/workflows/dispatch.yml
vendored
2
.github/workflows/dispatch.yml
vendored
@@ -17,7 +17,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Trigger Compile
|
- name: Trigger Compile
|
||||||
run: |
|
run: |
|
||||||
if [ ${{ matrix.device }} = 'r1s' ]; then
|
if [ ${{ matrix.device }} = 'r1s' ] OR [ ${{ matrix.device }} = 'x86' ]; then
|
||||||
branch='18.06';
|
branch='18.06';
|
||||||
else
|
else
|
||||||
branch='master';
|
branch='master';
|
||||||
|
|||||||
Reference in New Issue
Block a user