Skip to content

Commit 84d3332

Browse files
build.yml: Remove -G from cibuild.sh command line
Signed-off-by: Xiang Xiao <[email protected]>
1 parent 1c3c293 commit 84d3332

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
with:
7373
run: |
7474
cd testing
75-
./cibuild.sh -x -G testlist/${{matrix.boards}}.dat
75+
./cibuild.sh -x testlist/${{matrix.boards}}.dat
7676
7777
macOS:
7878
runs-on: macos-10.15
@@ -119,4 +119,4 @@ jobs:
119119
- name: Run builds
120120
run: |
121121
cd testing
122-
./cibuild.sh -i -x -G testlist/${{matrix.boards}}.dat
122+
./cibuild.sh -i -x testlist/${{matrix.boards}}.dat

0 commit comments

Comments
 (0)