We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 98b4fb3 + c5197ce commit 67c0ebdCopy full SHA for 67c0ebd
.github/workflows/ci.yml
@@ -37,11 +37,10 @@ jobs:
37
id: extract_branch
38
- name: Checkout code
39
uses: actions/checkout@v3
40
- - name: Install deps
41
- shell: bash
42
- run: |
43
- ARCHIVE_NAME=deps2_${OS_NAME}_${{matrix.target}}_kiwix-tools.tar.xz
44
- wget -O- http://tmp.kiwix.org/ci/${ARCHIVE_NAME} | tar -xJ -C ${{env.HOME}}
+ - name: Install dependencies
+ uses: kiwix/kiwix-build/actions/dl_deps_archive@main
+ with:
+ target_platform: ${{ matrix.target }}
45
- name: Compile
46
shell: bash
47
run: |
0 commit comments