From 0b3071adb93dc7a6b634421d94477a4d999a5492 Mon Sep 17 00:00:00 2001 From: Matthieu Gautier Date: Mon, 8 Apr 2024 12:29:42 +0200 Subject: [PATCH] fixup! Build libzim with new archive for kiwix-build. --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d8c112cb..67829e01 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: - ios-arm64-dyn - ios-x86_64-dyn include: - - target: macos_x86_64-dyn + - target: macos-x86_64-dyn arch_name: macos_x86_64 run_test: true - target: ios-arm64-dyn @@ -190,7 +190,7 @@ jobs: steps: - name: Install dependencies - if: false == startsWith(matrix.target, 'alpine_') + if: ${{ !contains(matrix.target, 'musl') }} uses: kiwix/kiwix-build/actions/dl_deps_archive@main with: target_platform: ${{ matrix.target }}