mirror of
https://github.com/monero-project/monero.git
synced 2024-12-26 01:29:25 -05:00
ci: brew: pin boost to 1.85
This commit is contained in:
parent
893916ad09
commit
4f12737288
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -41,8 +41,8 @@ jobs:
|
|||||||
restore-keys: ccache-${{ runner.os }}-build-
|
restore-keys: ccache-${{ runner.os }}-build-
|
||||||
- name: install dependencies
|
- name: install dependencies
|
||||||
run: |
|
run: |
|
||||||
HOMEBREW_NO_AUTO_UPDATE=1 brew install boost hidapi openssl zmq libpgm miniupnpc expat libunwind-headers protobuf@21 ccache
|
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
|
brew link protobuf@21 boost@1.85
|
||||||
- name: build
|
- name: build
|
||||||
run: |
|
run: |
|
||||||
${{env.CCACHE_SETTINGS}}
|
${{env.CCACHE_SETTINGS}}
|
||||||
|
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user