diff options
| author | tobtoht <tob@featherwallet.org> | 2025-04-03 13:51:49 +0200 |
|---|---|---|
| committer | tobtoht <tob@featherwallet.org> | 2025-04-03 14:22:47 +0200 |
| commit | 5c9eb2802b5dde16d7dd7c524c6321e8c9085f04 (patch) | |
| tree | f866bbf0f7e844d99b32597effbe6316b4ce7393 /.github/workflows | |
| parent | c84cc63922da485a2b8617baa7798efeed608758 (diff) | |
| download | monzero-core-5c9eb2802b5dde16d7dd7c524c6321e8c9085f04.tar.gz monzero-core-5c9eb2802b5dde16d7dd7c524c6321e8c9085f04.tar.xz monzero-core-5c9eb2802b5dde16d7dd7c524c6321e8c9085f04.zip | |
ci: run brew update
Diffstat (limited to '.github/workflows')
| -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}} |
