diff options
| author | tobtoht <tob@featherwallet.org> | 2024-12-17 17:25:46 +0100 |
|---|---|---|
| committer | tobtoht <tob@featherwallet.org> | 2024-12-17 17:34:16 +0100 |
| commit | 6a56219e4df6cc20acb8310598037ec9be5fab11 (patch) | |
| tree | 09a459e48cf3fdd031bc817ec2c939df9a4d3410 /.github | |
| parent | 58a1d54a4f90a235616ede3f8ebae2b8dca41589 (diff) | |
| download | monzero-core-6a56219e4df6cc20acb8310598037ec9be5fab11.tar.gz monzero-core-6a56219e4df6cc20acb8310598037ec9be5fab11.tar.xz monzero-core-6a56219e4df6cc20acb8310598037ec9be5fab11.zip | |
ci: brew: pin boost to 1.85
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4c1e381c0..8623259a9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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}} |
