From bcd45e87c87236238b0e02e5942b5e949e179693 Mon Sep 17 00:00:00 2001 From: crazywhalecc Date: Sat, 8 Apr 2023 22:22:52 +0800 Subject: [PATCH] fix ci --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 997c7284..3550083f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -11,6 +11,7 @@ on: - '8.2' - '8.1' - '8.0' + - '7.4' target: required: true default: 'cli' @@ -69,7 +70,7 @@ jobs: # With or without debug - if: inputs.debug == true - run: echo "SPC_BUILD_DEBUG='--debug'" >> $GITHUB_ENV + run: echo "SPC_BUILD_DEBUG=--debug" >> $GITHUB_ENV # With target select: cli, micro or both - if: ${{ inputs.target == 'micro' || inputs.target == 'all' }}