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 73eda3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/macOS/install_macos_deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ 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
fi
Expand Down

0 comments on commit 73eda3a

Please sign in to comment.