Skip to content

Commit ea73f4e

Browse files
authored
Update build-windows-x86_64.yml
1 parent 1976039 commit ea73f4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-windows-x86_64.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
- run: ./bin/spc switch-php-version ${{ matrix.version }}
6565

6666
# 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 }}
67+
- 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 }}
6868

6969
# Pack PHP to archive
7070
- if: inputs.build-cli == true

0 commit comments

Comments
 (0)