From 989988fa7203ab5e5d26b140c8a43ddeb41d578e Mon Sep 17 00:00:00 2001 From: Xiang Xiao Date: Wed, 22 Apr 2020 00:46:26 +0800 Subject: [PATCH] build.yml: Remove -G from cibuild.sh command line Signed-off-by: Xiang Xiao --- .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 625ca99f1..350a04714 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