From 0e8a891c05d1071b5411d1f6958497843305eaf0 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..b1e958992 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_achive@download_deps_action with: target_platform: ${{ matrix.target }}