Tests pre-built feature

This commit is contained in:
crazywhalecc
2024-07-13 21:12:23 +08:00
committed by Jerry Ma
parent c0e08a617a
commit 4dbbf05d5c
3 changed files with 683 additions and 683 deletions

View File

@@ -176,7 +176,7 @@ jobs:
- name: "Run Build Tests (download)"
run: |
bin/spc download --for-extensions="$(php src/globals/test-extensions.php extensions)" --for-libs="$(php src/globals/test-extensions.php libs)" --with-php=${{ matrix.php }} --ignore-cache-sources=php-src --debug --retry=5 --shallow-clone
bin/spc download --for-extensions="$(php src/globals/test-extensions.php extensions)" --for-libs="$(php src/globals/test-extensions.php libs)" --with-php=${{ matrix.php }} --ignore-cache-sources=php-src --debug --retry=5 --shallow-clone --prefer-pre-built
- name: "Download pre-built libraries for pkg-config"
if: matrix.os != 'windows-latest'