ci: brew: pin boost to 1.85

This commit is contained in:
tobtoht 2024-12-17 17:25:46 +01:00
parent 58a1d54a4f
commit 6a56219e4d
No known key found for this signature in database
GPG Key ID: E45B10DD027D2472
2 changed files with 4 additions and 2 deletions

View File

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

View File

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