mirror of https://github.com/kiwix/libkiwix.git
Better use HTTPS in place of HTTP
This commit is contained in:
parent
2d0cff2dc1
commit
cfe3f8e3d9
|
@ -24,7 +24,7 @@ jobs:
|
||||||
env:
|
env:
|
||||||
ARCHIVE_NAME: deps2_osx_native_dyn_libkiwix.tar.xz
|
ARCHIVE_NAME: deps2_osx_native_dyn_libkiwix.tar.xz
|
||||||
run: |
|
run: |
|
||||||
wget -O- http://tmp.kiwix.org/ci/${ARCHIVE_NAME} | tar -xJ -C $HOME
|
wget -O- https://tmp.kiwix.org/ci/${ARCHIVE_NAME} | tar -xJ -C $HOME
|
||||||
|
|
||||||
- name: Compile source code
|
- name: Compile source code
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Reference in New Issue