ci/cirrusci.sh: Remove brew update-reset from cirrusci script

This commit is contained in:
Iain Buclaw 2022-05-25 13:00:18 +02:00
parent c886ad5817
commit 14ab349b82

View file

@ -29,7 +29,6 @@ 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 libarchive xz llvm
elif [ "$OS_NAME" == "freebsd" ]; then
packages="git gmake devel/llvm12"