mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
build.yml: Remove -G from cibuild.sh command line
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
parent
f18b283ea8
commit
989988fa72
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
|
@ -72,7 +72,7 @@ jobs:
|
|||
with:
|
||||
run: |
|
||||
cd testing
|
||||
./cibuild.sh -x -G testlist/${{matrix.boards}}.dat
|
||||
./cibuild.sh -x 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 -G testlist/${{matrix.boards}}.dat
|
||||
./cibuild.sh -i -x testlist/${{matrix.boards}}.dat
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue