mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-18 12:54:52 +08:00
Fix CI
This commit is contained in:
parent
5a869b5c77
commit
c28a1bccac
2
.github/workflows/test-pack-lib.yml
vendored
2
.github/workflows/test-pack-lib.yml
vendored
@ -96,7 +96,7 @@ jobs:
|
|||||||
|
|
||||||
- run: bin/spc download --for-libs="${{ matrix.lib }}" --debug --retry=5 --shallow-clone
|
- run: bin/spc download --for-libs="${{ matrix.lib }}" --debug --retry=5 --shallow-clone
|
||||||
|
|
||||||
- name: "Download pre-built pkg-config for *nix if possible"
|
- name: "Download pre-built pkg-config for ${{ env.OS }}-${{ env.ARCH }}"
|
||||||
if: (env.OS == 'linux' || env.OS == 'darwin') && matrix.lib != 'pkg-config'
|
if: (env.OS == 'linux' || env.OS == 'darwin') && matrix.lib != 'pkg-config'
|
||||||
run: |
|
run: |
|
||||||
bin/spc download --for-libs="pkg-config" --debug --retry=5 --shallow-clone --prefer-pre-built
|
bin/spc download --for-libs="pkg-config" --debug --retry=5 --shallow-clone --prefer-pre-built
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user