Skip to content

Commit

Permalink
fix(CI/MacOS): Fix MacOS CI dependency installation.
Browse files Browse the repository at this point in the history
  • Loading branch information
walkline committed Sep 19, 2024
1 parent a196f7f commit 50220f1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion apps/installer/includes/os_configs/osx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ rm /usr/local/bin/python3.11-config || true
rm /usr/local/bin/python3.12-config || true
##########################################

brew cleanup

brew update

##########################################
Expand All @@ -31,4 +33,4 @@ if ! command -v cmake &>/dev/null ; then
fi
##########################################

brew install openssl@3 readline boost bash-completion curl unzip mysql ccache
brew install z3 openssl@3 readline boost bash-completion curl unzip mysql ccache

0 comments on commit 50220f1

Please sign in to comment.