Skip to content

Commit

Permalink
cirrusci.sh: Run brew update-reset to fetch binaries from GitHub Pack…
Browse files Browse the repository at this point in the history
…ages
  • Loading branch information
ibuclaw authored and dlang-bot committed Jul 22, 2021
1 parent f8d4e31 commit 9337377
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cirrusci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ if [ "$OS_NAME" == "linux" ]; then
apt-get install -yq $packages
elif [ "$OS_NAME" == "darwin" ]; then
# required for dlang install.sh
brew update-reset
brew install gnupg
elif [ "$OS_NAME" == "freebsd" ]; then
packages="git gmake"
Expand Down

0 comments on commit 9337377

Please sign in to comment.