From 205754b549a93f35dc450dc8dad4ab6b2f6065e5 Mon Sep 17 00:00:00 2001 From: Matthieu Gautier Date: Tue, 19 Dec 2023 17:18:33 +0100 Subject: [PATCH] Use kiwix-build's github action to download dependencies. --- .github/workflows/ci.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cfeda1cd..dfbbdfd8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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