From c5088aad7bfa2f2defbc13ba1d917ffdeb37d3ea Mon Sep 17 00:00:00 2001 From: renaud gaudin Date: Tue, 14 Nov 2023 10:42:40 +0000 Subject: [PATCH] fixed typo in deps filename to fetch --- .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 67dd84978..c289f6978 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,7 +36,7 @@ jobs: - name: Install deps shell: bash run: | - ARCHIVE_NAME=deps2_macos_${{matrix.target}}_libzim.tar.xz + ARCHIVE_NAME=deps2_macos_${{matrix.target}}_libkiwix.tar.xz wget -O- http://tmp.kiwix.org/ci/${ARCHIVE_NAME} | tar -xJ -C $HOME - name: Compile