Update brew before building on macOS due to incompatible Ruby

This commit is contained in:
Vidar Holen 2019-11-15 09:26:01 -08:00
parent f44624a9c0
commit 9b1befadc1
1 changed files with 2 additions and 1 deletions

View File

@ -56,7 +56,8 @@ build_windows() {
}
build_osx() {
# Darwin x86_64 static executable
# Darwin x86_64 executable
brew update
brew install cabal-install pandoc gnu-tar
sudo ln -s /usr/local/bin/gsha512sum /usr/local/bin/sha512sum
sudo ln -s /usr/local/bin/gtar /usr/local/bin/tar