mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Use brew update
instead of brew update-reset
in CI macOS prepare script
Using `brew update-reset` causes homebrew to reset to homebrew's HEAD commit, which may be buggy and broken. It appears whatever Cirrus was doing previously on their Catalina VM is no longer a problem, and so update-reset isn't required anymore. Switch to `brew update` to make sure we still get newer versions of the packages, but is actually a versioned release of homebrew.
This commit is contained in:
parent
a507d4294d
commit
1a4af90389
1 changed files with 1 additions and 1 deletions
|
@ -5,6 +5,6 @@ sysctl hw.model hw.machine hw.ncpu hw.physicalcpu hw.logicalcpu
|
||||||
set -e
|
set -e
|
||||||
set -x
|
set -x
|
||||||
|
|
||||||
brew update-reset
|
brew update
|
||||||
brew upgrade cmake openssl
|
brew upgrade cmake openssl
|
||||||
brew install swig bison
|
brew install swig bison
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue