diff --git a/.github/workflows/build.sh b/.github/workflows/build.sh index 3e021f2..0b0c617 100755 --- a/.github/workflows/build.sh +++ b/.github/workflows/build.sh @@ -5,7 +5,7 @@ if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew remove --ignore-dependencies curl brew install pkg-config openblas - brew reininstall pkg-config + brew reinstall pkg-config if [[ "$PLAT" == "arm64" ]]; then export MACOSX_DEPLOYMENT_TARGET="11.0"