From 44e4de62b2035f087b16443414b6f95fb0ebb72b 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 8d64c15fe..f417c673c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -56,7 +56,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