Skip to content

Commit

Permalink
[WIP] Use github action to download dep archive.
Browse files Browse the repository at this point in the history
  • Loading branch information
mgautierfr committed Dec 1, 2023
1 parent 4fcc253 commit 4422097
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,10 @@ jobs:
architecture: x64

- name: Install dependences
shell: bash
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}}
uses: kiwix/kiwix-build/actions/dl_deps_archive@download_deps_action
with:
os_name: windows
target_platform: native_mixed

- name: Compile
shell: cmd
Expand Down

0 comments on commit 4422097

Please sign in to comment.