ci: Use https instead of http

This commit is contained in:
Michael Fabian 'Xaymar' Dirks 2023-01-25 12:20:13 +01:00
parent ad422895fa
commit d55d086a6d
1 changed files with 1 additions and 1 deletions

View File

@ -171,7 +171,7 @@ jobs:
if: startsWith( matrix.runner, 'macos' )
shell: bash
run: |
curl -kL http://cdn.xaymar.com/ci/Packages-1.2.10.dmg -f --retry 5 -o "Packages.dmg"
curl -kL https://cdn.xaymar.com/ci/Packages-1.2.10.dmg -f --retry 5 -o "Packages.dmg"
sudo hdiutil attach ./Packages.dmg
pushd /Volumes/Packages*
sudo installer -pkg ./Install\ Packages.pkg -target /