From 24813330ece3bc31d4b5b84759560d5f59736f6e Mon Sep 17 00:00:00 2001 From: selsta Date: Thu, 30 Sep 2021 22:11:48 +0200 Subject: [PATCH] workflows: add missing dependency, fix mac build --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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