mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-29 22:15:32 +00:00
[macOS] Use https link to download dependencies on CI
This commit is contained in:
parent
07423f973f
commit
7bd95c8ce3
1 changed files with 1 additions and 1 deletions
|
@ -7,5 +7,5 @@ brew rm pkgconfig || true
|
|||
brew rm qt5 || true
|
||||
brew install cmake pkgconfig $macos_qt_formula
|
||||
|
||||
curl http://downloads.openmw.org/osx/dependencies/openmw-deps-0ecece4.zip -o ~/openmw-deps.zip
|
||||
curl https://downloads.openmw.org/osx/dependencies/openmw-deps-0ecece4.zip -o ~/openmw-deps.zip
|
||||
unzip ~/openmw-deps.zip -d /private/tmp/openmw-deps > /dev/null
|
||||
|
|
Loading…
Reference in a new issue