Fix the name of the deps archive on macos.

This commit is contained in:
Matthieu Gautier 2023-07-13 11:43:10 +02:00
parent 3be1ddd8a9
commit fd22e34d58
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ jobs:
- name: Install dependencies - name: Install dependencies
env: env:
ARCHIVE_NAME: deps2_osx_native_dyn_libkiwix.tar.xz ARCHIVE_NAME: deps2_macos_native_dyn_libkiwix.tar.xz
run: | run: |
wget -O- https://tmp.kiwix.org/ci/${{env.ARCHIVE_NAME}} | tar -xJ -C ${{env.HOME}} wget -O- https://tmp.kiwix.org/ci/${{env.ARCHIVE_NAME}} | tar -xJ -C ${{env.HOME}}