diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2024-12-23 11:09:07 -0500 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2024-12-23 11:09:07 -0500 |
| commit | 2fe0f04c1e2eafdea998aa96fa5c116cc871696b (patch) | |
| tree | 2a2107224f3d53f5a8a9f835646a55911811b0d8 /.github | |
| parent | 627bcfbaade5b863ac1571477a2f501753240504 (diff) | |
| parent | 6a56219e4df6cc20acb8310598037ec9be5fab11 (diff) | |
| download | monzero-core-2fe0f04c1e2eafdea998aa96fa5c116cc871696b.tar.gz monzero-core-2fe0f04c1e2eafdea998aa96fa5c116cc871696b.tar.xz monzero-core-2fe0f04c1e2eafdea998aa96fa5c116cc871696b.zip | |
Merge pull request #9626
6a56219 ci: brew: pin boost to 1.85 (tobtoht)
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 7ad97e106..c15b3e273 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}} |
