mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-17 20:34:51 +08:00
Remove windows with pkg-config
This commit is contained in:
parent
1d9c008100
commit
bfaf540bb9
4
.github/workflows/test-pack-lib.yml
vendored
4
.github/workflows/test-pack-lib.yml
vendored
@ -82,7 +82,9 @@ jobs:
|
||||
|
||||
- name: "Download pre-built pkg-config for *nix if possible"
|
||||
if: matrix.os.name == 'linux' || matrix.os.name == 'darwin'
|
||||
run: bin/spc download --for-libs="pkg-config" --debug --retry=5 --shallow-clone --prefer-pre-built
|
||||
run: |
|
||||
bin/spc download --for-libs="pkg-config" --debug --retry=5 --shallow-clone --prefer-pre-built
|
||||
bin/spc build:libs pkg-config --debug
|
||||
|
||||
- if: matrix.os.name != 'windows' || matrix.lib != 'pkg-config'
|
||||
run: bin/spc dev:pack-lib --debug ${{ matrix.lib }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user