Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
crazywhalecc committed Jul 7, 2024
1 parent 730d304 commit 9a954bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-pack-lib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9a954bd

Please sign in to comment.