aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorluigi1111 <luigi1111w@gmail.com>2021-10-05 21:44:39 -0500
committerluigi1111 <luigi1111w@gmail.com>2021-10-05 21:44:39 -0500
commitb58a9fb12e6438aee854cdfab8a6208ea22f6391 (patch)
tree0afd15893aa1e33b27d729122f19f10b81f757fb
parentMerge pull request #7945 (diff)
parentworkflows: add missing dependency, fix mac build (diff)
downloadmonero-b58a9fb12e6438aee854cdfab8a6208ea22f6391.tar.xz
Merge pull request #7984
1346516 workflows: add missing dependency, fix mac build (selsta)
-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}}