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: steps:
- name: Install dependencies - name: Install dependencies
shell: bash uses: kiwix/kiwix-build/actions/dl_deps_archive@main
run: | with:
ARCHIVE_NAME=deps2_focal_native_dyn_kiwix-desktop.tar.xz target_platform: native_dyn
wget -O- http://tmp.kiwix.org/ci/${ARCHIVE_NAME} | tar -xJ -C ${{env.HOME}}
- name: Retrieve source code - name: Retrieve source code
uses: actions/checkout@v3 uses: actions/checkout@v3