Skip to content

Commit 67c0ebd

Browse files
authored
Merge pull request #652 from kiwix/ghaction
Use kiwix-build's github action to download dependencies.
2 parents 98b4fb3 + c5197ce commit 67c0ebd

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/ci.yml

+4-5
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,10 @@ jobs:
3737
id: extract_branch
3838
- name: Checkout code
3939
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}}
40+
- name: Install dependencies
41+
uses: kiwix/kiwix-build/actions/dl_deps_archive@main
42+
with:
43+
target_platform: ${{ matrix.target }}
4544
- name: Compile
4645
shell: bash
4746
run: |

0 commit comments

Comments
 (0)