From bfaf540bb9bf0b39f5bf85517fc2640a32867b19 Mon Sep 17 00:00:00 2001 From: crazywhalecc Date: Sun, 7 Jul 2024 21:41:48 +0800 Subject: [PATCH] Remove windows with pkg-config --- .github/workflows/test-pack-lib.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test-pack-lib.yml b/.github/workflows/test-pack-lib.yml index a6b82e4f..55834fbd 100644 --- a/.github/workflows/test-pack-lib.yml +++ b/.github/workflows/test-pack-lib.yml @@ -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 }}