File tree Expand file tree Collapse file tree 3 files changed +12
-3
lines changed
Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -13,11 +13,18 @@ runs:
1313
1414 # Some packages exist on x86 but not arm, or vice versa.
1515 # Install them with reinstall to avoid warnings.
16- brew reinstall autoconf webp tidy-html5 libzip libsodium icu4c curl
17- brew install \
16+ brew reinstall -v \
17+ autoconf \
18+ webp \
19+ tidy-html5 \
20+ libzip \
21+ libsodium \
22+ icu4c \
23+ curl
24+ brew install -v \
1825 bison \
1926 re2c
20- brew install \
27+ brew install -v \
2128 bzip2 \
2229 enchant \
2330 libffi \
Original file line number Diff line number Diff line change @@ -360,6 +360,7 @@ jobs:
360360 - name : Update clang
361361 uses : ./.github/actions/macos-update-clang
362362 - name : brew
363+ timeout-minutes : 10
363364 uses : ./.github/actions/brew
364365 - name : ./configure
365366 uses : ./.github/actions/configure-macos
Original file line number Diff line number Diff line change @@ -242,6 +242,7 @@ jobs:
242242 - name : Update clang
243243 uses : ./.github/actions/macos-update-clang
244244 - name : brew
245+ timeout-minutes : 10
245246 uses : ./.github/actions/brew
246247 - name : ccache
247248 uses : hendrikmuhs/ccache-action@v1.2
You can’t perform that action at this time.
0 commit comments