Skip to content

Commit

Permalink
Fix x86_64 macOS CI invalid options
Browse files Browse the repository at this point in the history
  • Loading branch information
crazywhalecc authored Jan 25, 2025
1 parent 2ca5ad0 commit eecebbc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-macos-x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,9 @@ jobs:
- if: inputs.debug == true
run: echo "SPC_BUILD_DEBUG=--debug" >> $GITHUB_ENV
- if: inputs.prefer-pre-built == true
run: echo "SPC_PRE_BUILT=--prefer-pre-built" >> $env:GITHUB_ENV
run: echo "SPC_PRE_BUILT=--prefer-pre-built" >> $GITHUB_ENV
- if: inputs.no-strip == true
run: echo "SPC_NO_STRIP=--no-strip" >> $env:GITHUB_ENV
run: echo "SPC_NO_STRIP=--no-strip" >> $GITHUB_ENV

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

0 comments on commit eecebbc

Please sign in to comment.