Use encrypted https instead of plain-text http when we can

This commit is contained in:
Peter Dave Hello
2022-10-17 16:45:48 +08:00
parent 1c16931e26
commit 3c933158c8
8 changed files with 8 additions and 8 deletions

View File

@@ -172,7 +172,7 @@ jobs:
shell: cmd
- name: Install cygwin additional packages
run: |
C:\tools\cygwin\cygwinsetup.exe -qgnNdO -R C:/tools/cygwin -s http://mirrors.kernel.org/sourceware/cygwin/ -P socat,curl,cron,unzip,git
C:\tools\cygwin\cygwinsetup.exe -qgnNdO -R C:/tools/cygwin -s https://mirrors.kernel.org/sourceware/cygwin/ -P socat,curl,cron,unzip,git
shell: cmd
- name: Set ENV
shell: cmd