aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorselsta <selsta@sent.at>2021-09-30 22:09:34 +0200
committerselsta <selsta@sent.at>2021-09-30 22:09:34 +0200
commit1346516d094e14bdbb4c65b9e9517be1820e4812 (patch)
tree0afd15893aa1e33b27d729122f19f10b81f757fb /.github
parentMerge pull request #7945 (diff)
downloadmonero-1346516d094e14bdbb4c65b9e9517be1820e4812.tar.xz
workflows: add missing dependency, fix mac build
Diffstat (limited to '.github')
-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 e3c333ea4..b97be58b9 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -31,7 +31,7 @@ jobs:
key: ccache-${{ runner.os }}-build-${{ github.sha }}
restore-keys: ccache-${{ runner.os }}-build-
- name: install dependencies
- run: HOMEBREW_NO_AUTO_UPDATE=1 brew install boost hidapi zmq libpgm miniupnpc ldns expat libunwind-headers protobuf ccache
+ run: HOMEBREW_NO_AUTO_UPDATE=1 brew install boost hidapi openssl zmq libpgm miniupnpc ldns expat libunwind-headers protobuf ccache
- name: build
run: |
${{env.CCACHE_SETTINGS}}