diff --git a/.github/actions/brew/action.yml b/.github/actions/brew/action.yml index 07595a5ada9..f90a66f239d 100644 --- a/.github/actions/brew/action.yml +++ b/.github/actions/brew/action.yml @@ -13,11 +13,18 @@ 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 curl - brew install \ + brew reinstall -v \ + autoconf \ + webp \ + tidy-html5 \ + libzip \ + libsodium \ + icu4c \ + curl + brew install -v \ bison \ re2c - brew install \ + brew install -v \ bzip2 \ enchant \ libffi \ diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 5c5af96c968..423fe39bdc4 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -363,6 +363,7 @@ jobs: - name: Update clang uses: ./.github/actions/macos-update-clang - name: brew + timeout-minutes: 10 uses: ./.github/actions/brew - name: ./configure uses: ./.github/actions/configure-macos diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 64dc1ce6b60..ab917b518e1 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -242,6 +242,7 @@ jobs: - name: Update clang uses: ./.github/actions/macos-update-clang - name: brew + timeout-minutes: 10 uses: ./.github/actions/brew - name: ccache uses: hendrikmuhs/ccache-action@v1.2