mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-18 04:44:53 +08:00
fix ci
This commit is contained in:
parent
5c54434300
commit
bcd45e87c8
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@ -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' }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user