Skip to content

Commit 96e0885

Browse files
committed
No longer uninstall php
1 parent ff81625 commit 96e0885

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
# Build on Mac or Linux.
33
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
44
# curl from brew requires zstd, use system curl
5-
# if php is installed, brew tries to reinstall these after installing openblas
6-
brew remove --ignore-dependencies curl php
5+
brew remove --ignore-dependencies curl
76

87
brew install pkg-config openblas
98

0 commit comments

Comments
 (0)