mirror of
https://github.com/php/php-src.git
synced 2025-08-15 13:38:49 +02:00
Fix macOS CI
Install curl via brew. Closes GH-16735. Co-authored-by: "Christoph M. Becker" <cmbecker69@gmx.de>
This commit is contained in:
parent
54003aecc4
commit
89e750a201
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 icu4c
|
||||
brew reinstall autoconf webp tidy-html5 libzip libsodium icu4c curl
|
||||
brew install \
|
||||
bison \
|
||||
re2c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue