We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1976039 commit ea73f4eCopy full SHA for ea73f4e
.github/workflows/build-windows-x86_64.yml
@@ -64,7 +64,7 @@ jobs:
64
- run: ./bin/spc switch-php-version ${{ matrix.version }}
65
66
# Run build command
67
- - run: ./bin/spc build "${{ env.extensions }}" -I "memory_limit=256M" --with-libs="freetype,libavif,libjpeg,libwebp" ${{ env.SPC_BUILD_DEBUG }} ${{ env.SPC_BUILD_CLI }} ${{ env.SPC_BUILD_MICRO }} ${{ env.SPC_BUILD_FPM }}
+ - run: ./bin/spc build "${{ env.extensions }}" -I "memory_limit=256M" -I "apc.enable_cli=1" --with-libs="freetype,libavif,libjpeg,libwebp" ${{ env.SPC_BUILD_DEBUG }} ${{ env.SPC_BUILD_CLI }} ${{ env.SPC_BUILD_MICRO }} ${{ env.SPC_BUILD_FPM }}
68
69
# Pack PHP to archive
70
- if: inputs.build-cli == true
0 commit comments