ci: brew: pin boost to 1.85

This commit is contained in:
tobtoht
2024-12-17 17:25:46 +01:00
parent 893916ad09
commit 4f12737288
2 changed files with 3 additions and 3 deletions

View File

@@ -41,8 +41,8 @@ jobs:
restore-keys: ccache-${{ runner.os }}-build-
- name: install dependencies
run: |
HOMEBREW_NO_AUTO_UPDATE=1 brew install boost hidapi openssl zmq libpgm miniupnpc expat libunwind-headers protobuf@21 ccache
brew link protobuf@21
HOMEBREW_NO_AUTO_UPDATE=1 brew install boost@1.85 hidapi openssl zmq libpgm miniupnpc expat libunwind-headers protobuf@21 ccache
brew link protobuf@21 boost@1.85
- name: build
run: |
${{env.CCACHE_SETTINGS}}