Skip to content

Commit

Permalink
fixup! Build libzim with new archive for kiwix-build.
Browse files Browse the repository at this point in the history
  • Loading branch information
mgautierfr committed Apr 8, 2024
1 parent 38f20d4 commit 0b3071a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 }}
Expand Down

0 comments on commit 0b3071a

Please sign in to comment.