This is an automated email from the ASF dual-hosted git repository. gnutt pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-testing.git
commit 84d3332278a860f7c95b6f73cdfd4449f72fdc89 Author: Xiang Xiao <[email protected]> AuthorDate: Wed Apr 22 01:41:49 2020 +0800 build.yml: Remove -G from cibuild.sh command line Signed-off-by: Xiang Xiao <[email protected]> --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 625ca99..350a047 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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
