Skip to content

Commit 69941ec

Browse files
committed
Try reinstall again
1 parent 50f8a66 commit 69941ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
55
brew remove --ignore-dependencies curl
66

77
brew install pkg-config openblas
8-
brew reininstall pkg-config
8+
brew reinstall pkg-config
99

1010
if [[ "$PLAT" == "arm64" ]]; then
1111
export MACOSX_DEPLOYMENT_TARGET="11.0"

0 commit comments

Comments
 (0)