Merge pull request #9711

2511f8579 brew: use latest protobuf (tobtoht)
This commit is contained in:
tobtoht
2025-02-13 17:40:24 +00:00
3 changed files with 8 additions and 30 deletions

View File

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