Skip to content

Commit

Permalink
Use dependencies compiled by kiwix-build.
Browse files Browse the repository at this point in the history
  • Loading branch information
mgautierfr committed Nov 30, 2023
1 parent 387c074 commit 40cc32d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,12 @@ jobs:
- name: Install python modules
run: pip3 install meson

- name: Install dependences
if: false == startsWith(matrix.target, 'alpine_')
run: |
ARCHIVE_NAME=deps2_windows_native_mixed_libzim.tar.xz
wget -O- http://tmp.kiwix.org/ci/dev_preview/winCI/${ARCHIVE_NAME} | tar -xJ -C ${{env.HOME}}
- name: Compile
shell: cmd
run: .github\script\build_libzim.cmd
Expand Down

0 comments on commit 40cc32d

Please sign in to comment.