aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortobtoht <tob@featherwallet.org>2025-04-23 16:05:38 +0000
committertobtoht <tob@featherwallet.org>2025-04-23 16:05:38 +0000
commitb7664ca9a3a387e393d343ff1a527b3ab1fe60d9 (patch)
treef866bbf0f7e844d99b32597effbe6316b4ce7393
parentc84cc63922da485a2b8617baa7798efeed608758 (diff)
parent5c9eb2802b5dde16d7dd7c524c6321e8c9085f04 (diff)
downloadmonzero-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.yml3
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}}