mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-18 04:44:53 +08:00
Fix x86_64 macOS CI invalid options
This commit is contained in:
parent
2ca5ad075b
commit
eecebbcd4d
4
.github/workflows/build-macos-x86_64.yml
vendored
4
.github/workflows/build-macos-x86_64.yml
vendored
@ -89,9 +89,9 @@ jobs:
|
|||||||
- if: inputs.debug == true
|
- if: inputs.debug == true
|
||||||
run: echo "SPC_BUILD_DEBUG=--debug" >> $GITHUB_ENV
|
run: echo "SPC_BUILD_DEBUG=--debug" >> $GITHUB_ENV
|
||||||
- if: inputs.prefer-pre-built == true
|
- 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
|
- 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
|
# With target select: cli, micro or both
|
||||||
- if: ${{ inputs.build-cli == true }}
|
- if: ${{ inputs.build-cli == true }}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user