We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdee80e commit d5b2d1dCopy full SHA for d5b2d1d
.github/workflows/build.sh
@@ -4,7 +4,7 @@ if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
4
# curl from brew requires zstd, use system curl
5
brew remove --ignore-dependencies curl
6
7
- brew install pkg-config openblas
+ brew install --force pkg-config openblas
8
9
if [[ "$PLAT" == "arm64" ]]; then
10
export MACOSX_DEPLOYMENT_TARGET="11.0"
0 commit comments