Merge pull request #9889

b6ffb4c94 ci: run brew update (tobtoht)
This commit is contained in:
tobtoht 2025-04-23 16:05:10 +00:00
commit cd19e661cb
No known key found for this signature in database
GPG key ID: E45B10DD027D2472

View file

@ -45,7 +45,8 @@ jobs:
- uses: ./.github/actions/set-make-job-count - uses: ./.github/actions/set-make-job-count
- name: install dependencies - name: install dependencies
run: | run: |
HOMEBREW_NO_AUTO_UPDATE=1 brew install boost hidapi openssl zmq miniupnpc expat libunwind-headers protobuf ccache brew update
brew install --quiet cmake boost hidapi openssl zmq miniupnpc expat libunwind-headers protobuf ccache
- name: build - name: build
run: | run: |
${{env.CCACHE_SETTINGS}} ${{env.CCACHE_SETTINGS}}