Skip to content

Commit 09c84c7

Browse files
committed
* fix for MAXos build
1 parent 1d5faf6 commit 09c84c7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build-macos.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,10 @@ jobs:
4141
sudo sed -Ei '' "s/$code.*/$code, overwrite: true\)/" "$formula_installer"
4242
4343
# Install LibUV (usually recent on Homebrew)
44-
brew install libuv cmake
44+
# Ensure no conflicts with cmake from pinned/local tap
45+
brew uninstall --ignore-dependencies cmake || true
4546
46-
# Install standard PHP dependencies
47+
# Install standard PHP dependencies
4748
brew reinstall autoconf webp tidy-html5 libzip libsodium icu4c curl
4849
brew install \
4950
bison \

0 commit comments

Comments
 (0)