Skip to content

Commit

Permalink
macos overwrite link
Browse files Browse the repository at this point in the history
  • Loading branch information
MiniTurtle committed Mar 22, 2024
1 parent 5bee7ea commit d125c0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/ci/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@ install_macos_deps() {
brew update --auto-update
brew install --display-times "${pkgs[@]}"
brew unlink $(brew ls --formula)
brew link "${pkgs[@]}" --force
brew link --force --overwrite "${pkgs[@]}"
}

0 comments on commit d125c0d

Please sign in to comment.