File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed
Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -13,11 +13,17 @@ 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
17- brew install \
16+ brew reinstall -v \
17+ autoconf \
18+ webp \
19+ tidy-html5 \
20+ libzip \
21+ libsodium \
22+ icu4c
23+ brew install -v \
1824 bison \
1925 re2c
20- brew install \
26+ brew install -v \
2127 aspell \
2228 bzip2 \
2329 enchant \
Original file line number Diff line number Diff line change @@ -367,6 +367,7 @@ jobs:
367367 - name : Update clang
368368 uses : ./.github/actions/macos-update-clang
369369 - name : brew
370+ timeout-minutes : 10
370371 uses : ./.github/actions/brew
371372 - name : ./configure
372373 uses : ./.github/actions/configure-macos
Original file line number Diff line number Diff line change @@ -189,6 +189,7 @@ jobs:
189189 - name : Update clang
190190 uses : ./.github/actions/macos-update-clang
191191 - name : brew
192+ timeout-minutes : 10
192193 uses : ./.github/actions/brew
193194 - name : ccache
194195 uses : hendrikmuhs/ccache-action@v1.2
You can’t perform that action at this time.
0 commit comments