diff options
| author | tobtoht <tob@featherwallet.org> | 2025-04-23 16:05:38 +0000 |
|---|---|---|
| committer | tobtoht <tob@featherwallet.org> | 2025-04-23 16:05:38 +0000 |
| commit | b7664ca9a3a387e393d343ff1a527b3ab1fe60d9 (patch) | |
| tree | f866bbf0f7e844d99b32597effbe6316b4ce7393 | |
| parent | c84cc63922da485a2b8617baa7798efeed608758 (diff) | |
| parent | 5c9eb2802b5dde16d7dd7c524c6321e8c9085f04 (diff) | |
| download | monzero-core-b7664ca9a3a387e393d343ff1a527b3ab1fe60d9.tar.gz monzero-core-b7664ca9a3a387e393d343ff1a527b3ab1fe60d9.tar.xz monzero-core-b7664ca9a3a387e393d343ff1a527b3ab1fe60d9.zip | |
Merge pull request #9888
5c9eb2802 ci: run brew update (tobtoht)
| -rw-r--r-- | .github/workflows/build.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f9de1bd0d..219cc40fc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -43,7 +43,8 @@ jobs: - uses: ./.github/actions/set-make-job-count - name: install dependencies run: | - HOMEBREW_NO_AUTO_UPDATE=1 brew install boost hidapi openssl zmq libpgm miniupnpc expat libunwind-headers protobuf ccache + brew update + brew install --quiet cmake boost hidapi openssl zmq libpgm miniupnpc expat libunwind-headers protobuf ccache - name: build run: | ${{env.CCACHE_SETTINGS}} |
