Merge pull request #9625

4f12737 ci: brew: pin boost to 1.85 (tobtoht)
This commit is contained in:
luigi1111 2024-12-23 11:08:36 -05:00
commit eda163dcf0
No known key found for this signature in database
GPG Key ID: F4ACA0183641E010
2 changed files with 3 additions and 3 deletions

View File

@ -43,8 +43,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}}

View File

@ -13,7 +13,7 @@ brew "binutils"
brew "coreutils"
brew "cmake"
brew "pkg-config"
brew "boost"
brew "boost@1.85", link: true
brew "openssl"
brew "hidapi"
brew "zmq"