mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 21:21:48 +03:00
ci/cirrusci.sh: Remove brew update-reset from cirrusci script
This commit is contained in:
parent
c886ad5817
commit
14ab349b82
1 changed files with 0 additions and 1 deletions
|
@ -29,7 +29,6 @@ if [ "$OS_NAME" == "linux" ]; then
|
||||||
apt-get install -yq $packages
|
apt-get install -yq $packages
|
||||||
elif [ "$OS_NAME" == "darwin" ]; then
|
elif [ "$OS_NAME" == "darwin" ]; then
|
||||||
# required for dlang install.sh
|
# required for dlang install.sh
|
||||||
brew update-reset
|
|
||||||
brew install gnupg libarchive xz llvm
|
brew install gnupg libarchive xz llvm
|
||||||
elif [ "$OS_NAME" == "freebsd" ]; then
|
elif [ "$OS_NAME" == "freebsd" ]; then
|
||||||
packages="git gmake devel/llvm12"
|
packages="git gmake devel/llvm12"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue