mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +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.
|
# Some packages exist on x86 but not arm, or vice versa.
|
||||||
# Install them with reinstall to avoid warnings.
|
# 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 \
|
brew install \
|
||||||
bison \
|
bison \
|
||||||
re2c
|
re2c
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue