8000
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 5382c70 commit 50f8a66Copy full SHA for 50f8a66
.github/workflows/build.sh
@@ -4,7 +4,8 @@ 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 --force pkg-config openblas
+ brew install pkg-config openblas
8
+ brew reininstall pkg-config
9
10
if [[ "$PLAT" == "arm64" ]]; then
11
export MACOSX_DEPLOYMENT_TARGET="11.0"
0 commit comments