Merge pull request #9888

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

View File

@ -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}}