Skip to content

Commit a7b10dd

Browse files
authored
ci(macos): get rid of manual Packages versioning
1 parent b970691 commit a7b10dd

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

CI/install-dependencies-macos.sh

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@ brew install libav
1010
# qt latest
1111
brew install qt5
1212

13-
#echo "Qt path: $(find /usr/local/Cellar/qt5 -d 1 | tail -n 1)"
14-
15-
1613
# Packages app
17-
curl -L -O http://s.sudre.free.fr/Software/files/Packages.dmg -f --retry 5 -C -
18-
hdiutil attach ./Packages.dmg
19-
sudo installer -pkg /Volumes/Packages\ 1.2.3/packages/Packages.pkg -target /
14+
wget --quiet --retry-connrefused --waitretry=1 https://s3-us-west-2.amazonaws.com/obs-nightly/Packages.pkg
15+
sudo installer -pkg ./Packages.pkg -target /

0 commit comments

Comments
 (0)