brew: use latest protobuf

This commit is contained in:
tobtoht
2025-01-16 15:54:29 +01:00
parent 84df77404e
commit 2511f8579d
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}}