mirror of https://github.com/kiwix/libkiwix.git
Fix the name of the deps archive on macos.
This commit is contained in:
parent
3be1ddd8a9
commit
fd22e34d58
|
@ -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}}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue