From c5197ceb51b38f553ee7b5ede96ae0fc77406001 Mon Sep 17 00:00:00 2001 From: Matthieu Gautier Date: Tue, 19 Dec 2023 17:17:05 +0100 Subject: [PATCH] Use kiwix-build's github action to download dependencies. --- .github/workflows/ci.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 42ffcfc..9c32833 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,11 +37,10 @@ jobs: id: extract_branch - name: Checkout code uses: actions/checkout@v3 - - name: Install deps - shell: bash - run: | - ARCHIVE_NAME=deps2_${OS_NAME}_${{matrix.target}}_kiwix-tools.tar.xz - 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 }} - name: Compile shell: bash run: |