mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
Make brew verbose, limit to 10 minutes
This step regularly locks up. Maybe --verbose will provide some insight. Also limit the step to 10 minutes to avoid holding up resources.
This commit is contained in:
12
.github/actions/brew/action.yml
vendored
12
.github/actions/brew/action.yml
vendored
@@ -13,11 +13,17 @@ 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 install \
|
||||
brew reinstall -v \
|
||||
autoconf \
|
||||
webp \
|
||||
tidy-html5 \
|
||||
libzip \
|
||||
libsodium \
|
||||
icu4c
|
||||
brew install -v \
|
||||
bison \
|
||||
re2c
|
||||
brew install \
|
||||
brew install -v \
|
||||
aspell \
|
||||
bzip2 \
|
||||
enchant \
|
||||
|
||||
Reference in New Issue
Block a user