Skip to content

Commit

Permalink
Try again to force reinstall
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-brett committed Oct 6, 2024
1 parent 5382c70 commit 50f8a66
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
# curl from brew requires zstd, use system curl
brew remove --ignore-dependencies curl

brew install --force pkg-config openblas
brew install pkg-config openblas
brew reininstall pkg-config

if [[ "$PLAT" == "arm64" ]]; then
export MACOSX_DEPLOYMENT_TARGET="11.0"
Expand Down

0 comments on commit 50f8a66

Please sign in to comment.