Skip to content

Commit cec5274

Browse files
committed
Re-test
1 parent 80f2912 commit cec5274

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/ext-matrix-tests.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)