aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorselsta <selsta@sent.at>2020-02-25 22:51:50 +0100
committerselsta <selsta@sent.at>2020-02-25 22:51:50 +0100
commitbcaa86519ee1e93e400ab9fdae4aafa25b53a2c7 (patch)
treecce8706c7de06ebbc9b31ec2e2dd78aadb014742
parent39e18902763a5fd6f355294d8b135c8f5bc2ec99 (diff)
downloadmonzero-core-bcaa86519ee1e93e400ab9fdae4aafa25b53a2c7.tar.gz
monzero-core-bcaa86519ee1e93e400ab9fdae4aafa25b53a2c7.tar.xz
monzero-core-bcaa86519ee1e93e400ab9fdae4aafa25b53a2c7.zip
workflows: fix macOS build
-rw-r--r--.github/workflows/build.yml2
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