Skip to content

Commit

Permalink
Use kiwix-build's github action to download dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
mgautierfr committed Dec 20, 2023
1 parent 352cdcc commit 205754b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,9 @@ jobs:

steps:
- name: Install dependencies
shell: bash
run: |
ARCHIVE_NAME=deps2_focal_native_dyn_kiwix-desktop.tar.xz
wget -O- http://tmp.kiwix.org/ci/${ARCHIVE_NAME} | tar -xJ -C ${{env.HOME}}
uses: kiwix/kiwix-build/actions/dl_deps_archive@main
with:
target_platform: native_dyn

- name: Retrieve source code
uses: actions/checkout@v3
Expand Down

0 comments on commit 205754b

Please sign in to comment.