mirror of
https://github.com/kiwix/kiwix-desktop.git
synced 2025-09-21 02:51:26 -04:00
Merge pull request #1027 from kiwix/ghaction
Use kiwix-build's github action to download dependencies.
This commit is contained in:
commit
5b1a16caa0
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user