diff options
author | luigi1111 <luigi1111w@gmail.com> | 2021-10-05 21:45:19 -0500 |
---|---|---|
committer | luigi1111 <luigi1111w@gmail.com> | 2021-10-05 21:45:19 -0500 |
commit | 123c46d331e12f1890bfb4a36d0cb6b8622f53b2 (patch) | |
tree | be1e443012984134d8de17ad14fddf73c3c0ebaa | |
parent | Merge pull request #7964 (diff) | |
parent | workflows: add missing dependency, fix mac build (diff) | |
download | monero-123c46d331e12f1890bfb4a36d0cb6b8622f53b2.tar.xz |
Merge pull request #7985
2481333 workflows: add missing dependency, fix mac build (selsta)
Diffstat (limited to '')
-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 |