aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorselsta <selsta@sent.at>2021-09-30 22:11:48 +0200
committerselsta <selsta@sent.at>2021-09-30 22:11:48 +0200
commit24813330ece3bc31d4b5b84759560d5f59736f6e (patch)
treebe1e443012984134d8de17ad14fddf73c3c0ebaa
parentMerge pull request #7964 (diff)
downloadmonero-24813330ece3bc31d4b5b84759560d5f59736f6e.tar.xz
workflows: add missing dependency, fix mac 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 ec6847cd6..b27d65766 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 miniupnpc ldns expat libunwind-headers protobuf
+ run: brew update && brew install boost hidapi openssl zmq libpgm miniupnpc ldns expat libunwind-headers protobuf
- name: build
run: make -j3