Skip to content

Commit

Permalink
Fix homebrew prefix
Browse files Browse the repository at this point in the history
CI build types: *macos*
  • Loading branch information
mbautin committed Sep 25, 2024
1 parent aba4637 commit 09c7fe2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_and_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ if [[ $OSTYPE == darwin* ]]; then
if [[ $YB_TARGET_ARCH == "x86_64" ]]; then
homebrew_prefix=/usr/local
elif [[ $YB_TARGET_ARCH == "arm64" ]]; then
homebrew_prefix=/usr/homebrew
homebrew_prefix=/opt/homebrew
fi
export PATH=${homebrew_prefix}/bin:$PATH

Expand Down

0 comments on commit 09c7fe2

Please sign in to comment.