From 481a26b340fdf7619a82de4645f9512efb6c767b Mon Sep 17 00:00:00 2001 From: Matthieu Gautier Date: Mon, 18 Dec 2023 16:55:31 +0100 Subject: [PATCH] fixup! Install dependencies using kiwix-build's github action. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index af822203c..f2795db17 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -171,7 +171,7 @@ jobs: steps: - name: Install dependencies if: false == startsWith(matrix.target, 'alpine_') - uses: kiwix/kiwix-build/actions/dl_deps_achive@download_deps_actions + uses: kiwix/kiwix-build/actions/dl_deps_archive@download_deps_action with: target_platform: ${{ matrix.target }}