mirror of
https://github.com/monero-project/monero.git
synced 2025-08-15 06:35:38 -04:00
ci: run brew update
This commit is contained in:
parent
c84cc63922
commit
5c9eb2802b
1 changed files with 2 additions and 1 deletions
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
@ -43,7 +43,8 @@ jobs:
|
|||
- uses: ./.github/actions/set-make-job-count
|
||||
- name: install dependencies
|
||||
run: |
|
||||
HOMEBREW_NO_AUTO_UPDATE=1 brew install boost hidapi openssl zmq libpgm miniupnpc expat libunwind-headers protobuf ccache
|
||||
brew update
|
||||
brew install --quiet cmake boost hidapi openssl zmq libpgm miniupnpc expat libunwind-headers protobuf ccache
|
||||
- name: build
|
||||
run: |
|
||||
${{env.CCACHE_SETTINGS}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue