Skip to content

Commit ce09289

Browse files
authored
Merge pull request #16092 from ethereum/circle-ci-mac-brew-fix
Fix b_osx homebrew issue
2 parents b04a46b + 637a8a1 commit ce09289

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.circleci/osx_install_dependencies.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ function validate_checksum {
4848

4949
if [ ! -f /usr/local/lib/libz3.a ] # if this file does not exists (cache was not restored), rebuild dependencies
5050
then
51+
brew uninstall temurin17
52+
brew untap homebrew/homebrew-cask-versions
5153
brew update
5254
brew upgrade
5355
brew install cmake

0 commit comments

Comments
 (0)