Merge pull request #9626

6a56219 ci: brew: pin boost to 1.85 (tobtoht)
This commit is contained in:
luigi1111
2024-12-23 11:09:07 -05:00
2 changed files with 4 additions and 2 deletions

View File

@@ -36,7 +36,9 @@ jobs:
key: ccache-${{ runner.os }}-build-${{ github.sha }}
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 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
run: |
${{env.CCACHE_SETTINGS}}