mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-18 12:54:52 +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.2'
|
||||||
- '8.1'
|
- '8.1'
|
||||||
- '8.0'
|
- '8.0'
|
||||||
|
- '7.4'
|
||||||
target:
|
target:
|
||||||
required: true
|
required: true
|
||||||
default: 'cli'
|
default: 'cli'
|
||||||
@ -69,7 +70,7 @@ jobs:
|
|||||||
|
|
||||||
# With or without debug
|
# With or without debug
|
||||||
- if: inputs.debug == true
|
- 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
|
# With target select: cli, micro or both
|
||||||
- if: ${{ inputs.target == 'micro' || inputs.target == 'all' }}
|
- if: ${{ inputs.target == 'micro' || inputs.target == 'all' }}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user