We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72ba49d commit 222da07Copy full SHA for 222da07
.github/workflows/build.yml
@@ -47,7 +47,8 @@ jobs:
47
- uses: ./.github/actions/set-make-job-count
48
- name: install dependencies
49
run: |
50
- HOMEBREW_NO_AUTO_UPDATE=1 brew install boost hidapi openssl zmq libpgm miniupnpc expat libunwind-headers protobuf ccache
+ brew update
51
+ brew install --quiet cmake boost hidapi openssl zmq miniupnpc expat libunwind-headers protobuf ccache
52
- name: build
53
54
${{env.CCACHE_SETTINGS}}
0 commit comments