mirror of
https://github.com/php/php-src.git
synced 2025-08-15 13:38:49 +02:00
Merge branch 'PHP-8.4'
* PHP-8.4: Fix GH-16367: macOS CI fails to configure ext/intl on master
This commit is contained in:
commit
7dda2deae8
1 changed files with 1 additions and 1 deletions
2
.github/actions/brew/action.yml
vendored
2
.github/actions/brew/action.yml
vendored
|
@ -13,7 +13,7 @@ runs:
|
|||
|
||||
# Some packages exist on x86 but not arm, or vice versa.
|
||||
# Install them with reinstall to avoid warnings.
|
||||
brew reinstall autoconf webp tidy-html5 libzip libsodium
|
||||
brew reinstall autoconf webp tidy-html5 libzip libsodium icu4c
|
||||
brew install \
|
||||
bison \
|
||||
re2c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue