diff options
author | selsta <selsta@sent.at> | 2022-08-11 00:20:25 +0200 |
---|---|---|
committer | selsta <selsta@sent.at> | 2022-09-20 20:22:31 +0200 |
commit | 7d358cdb1f8591fc7a52a9edc32f6420c1540b8a (patch) | |
tree | 2b5cc0a686f0e469d81844df85e379c950e277dc /.github/workflows/build.yml | |
parent | depends: remove unused Qt package (diff) | |
download | monero-7d358cdb1f8591fc7a52a9edc32f6420c1540b8a.tar.xz |
repo: remove ldns leftovers
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 ccc4f56fc..3b327374d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -36,7 +36,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 openssl zmq libpgm miniupnpc ldns expat libunwind-headers protobuf ccache + run: HOMEBREW_NO_AUTO_UPDATE=1 brew install boost hidapi openssl zmq libpgm miniupnpc expat libunwind-headers protobuf ccache - name: build run: | ${{env.CCACHE_SETTINGS}} |