mirror of https://github.com/kiwix/libkiwix.git
fixed typo in deps filename to fetch
This commit is contained in:
parent
269a659160
commit
c5088aad7b
|
@ -36,7 +36,7 @@ jobs:
|
|||
- name: Install deps
|
||||
shell: bash
|
||||
run: |
|
||||
ARCHIVE_NAME=deps2_macos_${{matrix.target}}_libzim.tar.xz
|
||||
ARCHIVE_NAME=deps2_macos_${{matrix.target}}_libkiwix.tar.xz
|
||||
wget -O- http://tmp.kiwix.org/ci/${ARCHIVE_NAME} | tar -xJ -C $HOME
|
||||
|
||||
- name: Compile
|
||||
|
|
Loading…
Reference in New Issue