From c28a1bccacd707bdbd4eb5f554dcac3f75b17e8e Mon Sep 17 00:00:00 2001 From: crazywhalecc Date: Sun, 7 Jul 2024 22:13:58 +0800 Subject: [PATCH] Fix CI --- .github/workflows/test-pack-lib.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-pack-lib.yml b/.github/workflows/test-pack-lib.yml index 65397ec2..90b03a47 100644 --- a/.github/workflows/test-pack-lib.yml +++ b/.github/workflows/test-pack-lib.yml @@ -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