Skip to content

Commit 50f8a66

Browse files
committed
Try again to force reinstall
1 parent 5382c70 commit 50f8a66

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
44
# curl from brew requires zstd, use system curl
55
brew remove --ignore-dependencies curl
66

7-
brew install --force pkg-config openblas
7+
brew install pkg-config openblas
8+
brew reininstall pkg-config
89

910
if [[ "$PLAT" == "arm64" ]]; then
1011
export MACOSX_DEPLOYMENT_TARGET="11.0"

0 commit comments

Comments
 (0)