From feeee25eac20250c08bd3f99907a4b3e4e22019a Mon Sep 17 00:00:00 2001 From: Matthieu Gautier Date: Wed, 7 Jul 2021 10:45:23 +0200 Subject: [PATCH] Use correct deps archive in the CI. Now that project is named libkiwix, the dependencies archive is also renamed. --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 663a86703..6fa08b5fb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: - name: Install deps shell: bash run: | - ARCHIVE_NAME=deps2_osx_native_dyn_kiwix-lib.tar.xz + ARCHIVE_NAME=deps2_osx_native_dyn_libkiwix.tar.xz wget -O- http://tmp.kiwix.org/ci/${ARCHIVE_NAME} | tar -xJ -C $HOME - name: Compile shell: bash @@ -115,7 +115,7 @@ jobs: - name: Install deps shell: bash run: | - ARCHIVE_NAME=deps2_${OS_NAME}_${{matrix.target}}_kiwix-lib.tar.xz + ARCHIVE_NAME=deps2_${OS_NAME}_${{matrix.target}}_libkiwix.tar.xz wget -O- http://tmp.kiwix.org/ci/${ARCHIVE_NAME} | tar -xJ -C /home/runner - name: Compile shell: bash