From 5dc4577ebb529228c89b013797d4bcaf34cc03ac Mon Sep 17 00:00:00 2001 From: Matthieu Gautier Date: Thu, 9 Nov 2023 17:13:26 +0100 Subject: [PATCH] [TO REMOVE] Use the dev_preview archive generated by kiwix-build. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR https://github.com/kiwix/kiwix-build/pull/650 --- .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 bee0c5a61..251d75759 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,7 +49,7 @@ jobs: shell: bash run: | ARCHIVE_NAME=deps2_macos_${{matrix.target}}_libzim.tar.xz - wget -O- http://tmp.kiwix.org/ci/${ARCHIVE_NAME} | tar -xJ -C $HOME + wget -O- http://tmp.kiwix.org/ci/dev_preview/apple-xcf/${ARCHIVE_NAME} | tar -xJ -C $HOME - name: Compile shell: bash