Skip to content

Commit

Permalink
ci/macos: overwrite already existing links when installing packages
Browse files Browse the repository at this point in the history
Signed-off-by: Bindea Cristian <[email protected]>
  • Loading branch information
bindea-cristian committed Nov 20, 2024
1 parent 4a9267c commit 5fc2f46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/macOS/install_macos_deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ install_packages() {
# Workaround: Install or update libtool package only if macOS version is greater than 12
# Note: libtool (v2.4.7) is pre-installed by default, but it can be updated to v2.5.3
PACKAGES="$PACKAGES libtool"
brew install --display-times $PACKAGES
brew install --overwrite --display-times $PACKAGES
else
HOMEBREW_NO_AUTO_UPDATE=1 brew install --display-times $PACKAGES
HOMEBREW_NO_AUTO_UPDATE=1 brew install --overwrite --display-times $PACKAGES
fi

pip3 install --break-system-packages mako
Expand Down

0 comments on commit 5fc2f46

Please sign in to comment.