Skip to content

Commit d23192a

Browse files
authored
Update build-linux-x86_64.yml
1 parent acfe5c4 commit d23192a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

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

+1-4
Original file line numberDiff line numberDiff line change
@@ -79,14 +79,11 @@ jobs:
7979
- if: ${{ inputs.build-fpm == true }}
8080
run: echo "SPC_BUILD_FPM=--build-fpm" >> $GITHUB_ENV
8181

82-
# Rm php-src
83-
- run: rm -f downloads/php-*.tar.xz
84-
- run: rm -rf buildroot source locale
85-
8682
- run: ./bin/spc doctor
8783

8884
# If there's no dependencies cache, fetch sources, with or without debug
8985
- run: ./bin/spc download --with-php=${{ matrix.version }} --for-extensions=${{ env.extensions }} ${{ env.SPC_BUILD_DEBUG }} ${{ env.SPC_PRE_BUILT }}
86+
- run: ./bin/spc switch-php-version ${{ matrix.version }}
9087

9188
# Run build command
9289
- run: ./bin/spc build ${{ env.extensions }} --with-libs="freetype,libjpeg,libwebp" -I "memory_limit=256M" ${{ env.SPC_BUILD_DEBUG }} ${{ env.SPC_BUILD_CLI }} ${{ env.SPC_BUILD_MICRO }} ${{ env.SPC_BUILD_FPM }}

0 commit comments

Comments
 (0)