mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 08:36:24 +08:00
build.yml: Remove -G from cibuild.sh command line
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
committed by
Brennan Ashton
parent
9400cf2cd1
commit
d6b24a4124
@@ -170,7 +170,7 @@ jobs:
|
||||
run: |
|
||||
git -C sources/nuttx fetch --tags
|
||||
cd sources/testing
|
||||
./cibuild.sh -x -G testlist/${{matrix.boards}}.dat
|
||||
./cibuild.sh -x testlist/${{matrix.boards}}.dat
|
||||
|
||||
macOS:
|
||||
runs-on: macos-10.15
|
||||
@@ -211,4 +211,4 @@ jobs:
|
||||
run: |
|
||||
git -C sources/nuttx fetch --tags
|
||||
cd sources/testing
|
||||
./cibuild.sh -i -x -G testlist/${{matrix.boards}}.dat
|
||||
./cibuild.sh -i -x testlist/${{matrix.boards}}.dat
|
||||
|
||||
Reference in New Issue
Block a user