Revert "build.yml: Remove -G from cibuild.sh command line"

This reverts commit 989988fa72.
This commit is contained in:
Xiang Xiao 2020-04-22 22:01:31 +08:00 committed by Abdelatif Guettouche
parent 2749e6467b
commit 51cbd42227

View File

@ -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