diff options
author | selsta <selsta@sent.at> | 2021-09-30 22:11:48 +0200 |
---|---|---|
committer | selsta <selsta@sent.at> | 2021-09-30 22:11:48 +0200 |
commit | 24813330ece3bc31d4b5b84759560d5f59736f6e (patch) | |
tree | be1e443012984134d8de17ad14fddf73c3c0ebaa | |
parent | Merge pull request #7964 (diff) | |
download | monero-24813330ece3bc31d4b5b84759560d5f59736f6e.tar.xz |
workflows: add missing dependency, fix mac build
-rw-r--r-- | .github/workflows/build.yml | 2 |
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 |