From fd22e34d58784ad29e162e68a7fd078af98688eb Mon Sep 17 00:00:00 2001 From: Matthieu Gautier Date: Thu, 13 Jul 2023 11:43:10 +0200 Subject: [PATCH] Fix the name of the deps archive on macos. --- .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 8deff9ef4..b8a8fe8c1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: - name: Install dependencies env: - ARCHIVE_NAME: deps2_osx_native_dyn_libkiwix.tar.xz + ARCHIVE_NAME: deps2_macos_native_dyn_libkiwix.tar.xz run: | wget -O- https://tmp.kiwix.org/ci/${{env.ARCHIVE_NAME}} | tar -xJ -C ${{env.HOME}}