Use correct deps archive in the CI.

Now that project is named libkiwix, the dependencies archive is also
renamed.
This commit is contained in:
Matthieu Gautier 2021-07-07 10:45:23 +02:00
parent 1c0b4502cd
commit feeee25eac
1 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ jobs:
- name: Install deps - name: Install deps
shell: bash shell: bash
run: | run: |
ARCHIVE_NAME=deps2_osx_native_dyn_kiwix-lib.tar.xz ARCHIVE_NAME=deps2_osx_native_dyn_libkiwix.tar.xz
wget -O- http://tmp.kiwix.org/ci/${ARCHIVE_NAME} | tar -xJ -C $HOME wget -O- http://tmp.kiwix.org/ci/${ARCHIVE_NAME} | tar -xJ -C $HOME
- name: Compile - name: Compile
shell: bash shell: bash
@ -115,7 +115,7 @@ jobs:
- name: Install deps - name: Install deps
shell: bash shell: bash
run: | run: |
ARCHIVE_NAME=deps2_${OS_NAME}_${{matrix.target}}_kiwix-lib.tar.xz ARCHIVE_NAME=deps2_${OS_NAME}_${{matrix.target}}_libkiwix.tar.xz
wget -O- http://tmp.kiwix.org/ci/${ARCHIVE_NAME} | tar -xJ -C /home/runner wget -O- http://tmp.kiwix.org/ci/${ARCHIVE_NAME} | tar -xJ -C /home/runner
- name: Compile - name: Compile
shell: bash shell: bash