Skip to content

Commit 222da07

Browse files
committed
actions: build: brew changes
1 parent 72ba49d commit 222da07

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ jobs:
4747
- uses: ./.github/actions/set-make-job-count
4848
- name: install dependencies
4949
run: |
50-
HOMEBREW_NO_AUTO_UPDATE=1 brew install boost hidapi openssl zmq libpgm miniupnpc expat libunwind-headers protobuf ccache
50+
brew update
51+
brew install --quiet cmake boost hidapi openssl zmq miniupnpc expat libunwind-headers protobuf ccache
5152
- name: build
5253
run: |
5354
${{env.CCACHE_SETTINGS}}

0 commit comments

Comments
 (0)