diff options
| author | tobtoht <tob@featherwallet.org> | 2025-08-30 19:14:19 +0200 |
|---|---|---|
| committer | tobtoht <tob@featherwallet.org> | 2025-08-30 19:26:56 +0200 |
| commit | 0dc791dec7164c7a277677f7a5b4a9c486a77bd2 (patch) | |
| tree | de6888a07a54dc185f0a9bb2e8026e1cadf1b7d4 /.github/workflows | |
| parent | d87edf57fcc4bc2279ad9d8a1db093805e6becd7 (diff) | |
| download | monzero-core-0dc791dec7164c7a277677f7a5b4a9c486a77bd2.tar.gz monzero-core-0dc791dec7164c7a277677f7a5b4a9c486a77bd2.tar.xz monzero-core-0dc791dec7164c7a277677f7a5b4a9c486a77bd2.zip | |
ci: macos: reinstall cmake
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8e6520ec5..d48cbc5f5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -43,6 +43,7 @@ jobs: - uses: ./.github/actions/set-make-job-count - name: install dependencies run: | + brew uninstall cmake brew update brew install --quiet cmake boost hidapi openssl zmq libpgm miniupnpc expat libunwind-headers protobuf ccache - name: build |
