Revert "build.yml: Remove -G from cibuild.sh command line"
This reverts commit 989988fa72
.
This commit is contained in:
parent
2749e6467b
commit
51cbd42227
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -72,7 +72,7 @@ jobs:
|
||||
with:
|
||||
run: |
|
||||
cd testing
|
||||
./cibuild.sh -x testlist/${{matrix.boards}}.dat
|
||||
./cibuild.sh -x -G testlist/${{matrix.boards}}.dat
|
||||
|
||||
macOS:
|
||||
runs-on: macos-10.15
|
||||
@ -119,4 +119,4 @@ jobs:
|
||||
- name: Run builds
|
||||
run: |
|
||||
cd testing
|
||||
./cibuild.sh -i -x testlist/${{matrix.boards}}.dat
|
||||
./cibuild.sh -i -x -G testlist/${{matrix.boards}}.dat
|
||||
|
Loading…
Reference in New Issue
Block a user