This commit is contained in:
crazywhalecc 2024-07-07 22:13:58 +08:00 committed by Jerry Ma
parent 5a869b5c77
commit c28a1bccac

View File

@ -96,7 +96,7 @@ jobs:
- 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'
run: |
bin/spc download --for-libs="pkg-config" --debug --retry=5 --shallow-clone --prefer-pre-built