aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorselsta <selsta@sent.at>2021-10-07 04:33:13 +0200
committerselsta <selsta@sent.at>2021-10-07 04:34:07 +0200
commitc0aface962a617e39c787c24fbe5d0a63008e1f7 (patch)
tree393ac8c3375ad48430750d3fef1f4d173e17564b /.github
parent2f109d3333a09423696e82287445078e9290b8d5 (diff)
downloadmonzero-gui-c0aface962a617e39c787c24fbe5d0a63008e1f7.tar.gz
monzero-gui-c0aface962a617e39c787c24fbe5d0a63008e1f7.tar.xz
monzero-gui-c0aface962a617e39c787c24fbe5d0a63008e1f7.zip
workflows: add missing dependency, fix mac build
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index b0a16ae4..7701c5c4 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -10,7 +10,7 @@ jobs:
with:
submodules: recursive
- name: install dependencies
- run: HOMEBREW_NO_AUTO_UPDATE=1 brew install boost hidapi zmq libpgm libsodium miniupnpc ldns expat libunwind-headers protobuf qt5 pkg-config
+ run: HOMEBREW_NO_AUTO_UPDATE=1 brew install boost hidapi openssl zmq libpgm libsodium miniupnpc ldns expat libunwind-headers protobuf qt5 pkg-config
- name: build
run: DEV_MODE=ON make release -j3
- name: test qml
@@ -65,7 +65,7 @@ jobs:
with:
submodules: recursive
- name: install dependencies
- run: HOMEBREW_NO_AUTO_UPDATE=1 brew install boost hidapi zmq libpgm miniupnpc ldns expat libunwind-headers protobuf pkg-config python3 p7zip aria2
+ run: HOMEBREW_NO_AUTO_UPDATE=1 brew install boost hidapi openssl zmq libpgm miniupnpc ldns expat libunwind-headers protobuf pkg-config python3 p7zip aria2
- name: install dependencies
run: pip3 install defusedxml
- name: download qt