Merge pull request #1027 from kiwix/ghaction

Use kiwix-build's github action to download dependencies.
This commit is contained in:
Matthieu Gautier 2023-12-20 12:02:45 +01:00 committed by GitHub
commit 5b1a16caa0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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