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 | 39e18902763a5fd6f355294d8b135c8f5bc2ec99 (diff) | |
| download | monzero-core-bcaa86519ee1e93e400ab9fdae4aafa25b53a2c7.tar.gz monzero-core-bcaa86519ee1e93e400ab9fdae4aafa25b53a2c7.tar.xz monzero-core-bcaa86519ee1e93e400ab9fdae4aafa25b53a2c7.zip | |
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 |
