forked from teamnwah/openmw-tes3coop
[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