diff options
author | selsta <selsta@sent.at> | 2020-02-25 22:51:50 +0100 |
---|---|---|
committer | selsta <selsta@sent.at> | 2020-02-25 22:51:50 +0100 |
commit | bcaa86519ee1e93e400ab9fdae4aafa25b53a2c7 (patch) | |
tree | cce8706c7de06ebbc9b31ec2e2dd78aadb014742 | |
parent | Merge pull request #6198 (diff) | |
download | monero-bcaa86519ee1e93e400ab9fdae4aafa25b53a2c7.tar.xz |
workflows: fix macOS build
-rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 50297e146..b1ca56e75 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,7 +10,7 @@ jobs: with: submodules: recursive - name: update brew and install dependencies - run: brew update && brew install boost hidapi zmq libpgm unbound libsodium miniupnpc ldns expat libunwind-headers protobuf + run: brew update && brew install boost hidapi zmq libpgm miniupnpc ldns expat libunwind-headers protobuf - name: build run: make -j3 |