Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
CI: Try to speed up installing dependencies on macOS
Alex Richardson committed 5 years ago
commit 8632cc1d1146be99f072494200761feadb17d08a
parent a8c5bcc
1 file changed +1 -5
modified scripts/install_deps.sh
@@ -58,11 +58,7 @@ install_from_github() {
}

if [ $(uname -s) = "Darwin" ]; then
-
	brew update
-
	brew upgrade openssl
-
	brew install libarchive
-
	brew install kyua
-
	brew install coreutils
+
	brew install libarchive kyua coreutils
elif [ $(uname -s) = "Linux" ]; then
	install_from_github atf 0.21
	install_from_github lutok 0.4