Skip to content

Commit d5b2d1d

Browse files
committed
Forced install of pkgconfig
1 parent cdee80e commit d5b2d1d

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
@@ -4,7 +4,7 @@ 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 pkg-config openblas
7+
brew install --force pkg-config openblas
88

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

0 commit comments

Comments
 (0)