Better use HTTPS in place of HTTP

This commit is contained in:
Emmanuel Engelhart
2023-02-19 16:48:05 +01:00
parent 2d0cff2dc1
commit cfe3f8e3d9

View File

@ -24,7 +24,7 @@ jobs:
env:
ARCHIVE_NAME: deps2_osx_native_dyn_libkiwix.tar.xz
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
env: