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 1d5faf6 commit 09c84c7Copy full SHA for 09c84c7
.github/workflows/build-macos.yml
@@ -41,9 +41,10 @@ jobs:
41
sudo sed -Ei '' "s/$code.*/$code, overwrite: true\)/" "$formula_installer"
42
43
# Install LibUV (usually recent on Homebrew)
44
- brew install libuv cmake
+ # Ensure no conflicts with cmake from pinned/local tap
45
+ brew uninstall --ignore-dependencies cmake || true
46
- # Install standard PHP dependencies
47
+ # Install standard PHP dependencies
48
brew reinstall autoconf webp tidy-html5 libzip libsodium icu4c curl
49
brew install \
50
bison \
0 commit comments