Skip to content

Commit eecebbc

Browse files
authored
Fix x86_64 macOS CI invalid options
1 parent 2ca5ad0 commit eecebbc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-macos-x86_64.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,9 @@ jobs:
8989
- if: inputs.debug == true
9090
run: echo "SPC_BUILD_DEBUG=--debug" >> $GITHUB_ENV
9191
- if: inputs.prefer-pre-built == true
92-
run: echo "SPC_PRE_BUILT=--prefer-pre-built" >> $env:GITHUB_ENV
92+
run: echo "SPC_PRE_BUILT=--prefer-pre-built" >> $GITHUB_ENV
9393
- if: inputs.no-strip == true
94-
run: echo "SPC_NO_STRIP=--no-strip" >> $env:GITHUB_ENV
94+
run: echo "SPC_NO_STRIP=--no-strip" >> $GITHUB_ENV
9595

9696
# With target select: cli, micro or both
9797
- if: ${{ inputs.build-cli == true }}

0 commit comments

Comments
 (0)