diff options
author | selsta <selsta@sent.at> | 2021-09-30 22:09:34 +0200 |
---|---|---|
committer | selsta <selsta@sent.at> | 2021-09-30 22:09:34 +0200 |
commit | 1346516d094e14bdbb4c65b9e9517be1820e4812 (patch) | |
tree | 0afd15893aa1e33b27d729122f19f10b81f757fb /.github | |
parent | Merge pull request #7945 (diff) | |
download | monero-1346516d094e14bdbb4c65b9e9517be1820e4812.tar.xz |
workflows: add missing dependency, fix mac build
Diffstat (limited to '.github')
-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 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}} |