From 51cbd422271891ae287111b180e33275b109278d Mon Sep 17 00:00:00 2001 From: Xiang Xiao Date: Wed, 22 Apr 2020 22:01:31 +0800 Subject: [PATCH] Revert "build.yml: Remove -G from cibuild.sh command line" This reverts commit 989988fa7203ab5e5d26b140c8a43ddeb41d578e. --- .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 350a04714..625ca99f1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -72,7 +72,7 @@ jobs: with: run: | cd testing - ./cibuild.sh -x testlist/${{matrix.boards}}.dat + ./cibuild.sh -x -G 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 testlist/${{matrix.boards}}.dat + ./cibuild.sh -i -x -G testlist/${{matrix.boards}}.dat