File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -100,7 +100,9 @@ jobs:
100100 - name : " Download sources"
101101 env :
102102 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
103- run : ./bin/spc download --with-php=${{ matrix.php-version }} --for-extensions=${{ matrix.extension }} --debug --ignore-cache-sources=php-src
103+ run : |
104+ ./bin/spc download --with-php=${{ matrix.php-version }} --for-extensions=${{ matrix.extension }} --debug --ignore-cache-sources=php-src
105+ ./bin/spc download pkg-config --prefer-pre-built --debug
104106
105107 - name : " Build library: ${{ matrix.library }}"
106108 run : |
@@ -112,4 +114,4 @@ jobs:
112114 ./bin/spc install-pkg upx
113115 UPX=--with-upx-pack
114116 fi
115- ./bin/spc build --build-embed ${{ matrix.extension }} --debug $UPX --with-suggested-libs --with-suggested-exts -- enable-zts
117+ ./bin/spc build --build-embed ${{ matrix.extension }} --debug $UPX --enable-zts
You can’t perform that action at this time.
0 commit comments