Skip to content

Commit

Permalink
Use the intended entry point for the x86_64 brew binary.
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Murray <[email protected]>
  • Loading branch information
freakboy3742 and radarhere authored Oct 30, 2024
1 parent 96ae15c commit 01270b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheels-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if [[ "$OSTYPE" == "darwin"* ]]; then
# However, we *do* need Homebrew to provide a copy of fribidi for
# testing purposes so that we can verify the fribidi shim works as expected.
if [[ "$(uname -m)" == "x86_64" ]]; then
HOMEBREW_HOME=/usr/local/homebrew
HOMEBREW_HOME=/usr/local
else
HOMEBREW_HOME=/opt/homebrew
fi
Expand Down

0 comments on commit 01270b5

Please sign in to comment.