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
No known key found for this signature in database
GPG Key ID: 120B30D020B553D3
1 changed files with 1 additions and 1 deletions

View File

@ -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: