diff options
author | selsta <selsta@sent.at> | 2021-07-07 02:51:14 +0200 |
---|---|---|
committer | selsta <selsta@sent.at> | 2021-09-03 07:47:35 +0200 |
commit | ae85ec0285f30f7bf2fbd31b6dc45b9fd21b72fa (patch) | |
tree | f1a64c73f5daeb1c111005ebbeefaea56634b0d5 /.github | |
parent | Merge pull request #7743 (diff) | |
download | monero-ae85ec0285f30f7bf2fbd31b6dc45b9fd21b72fa.tar.xz |
external: remove unbound submodule
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 36eab5027..68312ac04 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -54,7 +54,7 @@ jobs: - uses: eine/setup-msys2@v2 with: update: true - install: mingw-w64-x86_64-toolchain make mingw-w64-x86_64-cmake mingw-w64-x86_64-ccache mingw-w64-x86_64-boost mingw-w64-x86_64-openssl mingw-w64-x86_64-zeromq mingw-w64-x86_64-libsodium mingw-w64-x86_64-hidapi mingw-w64-x86_64-protobuf-c mingw-w64-x86_64-libusb git + install: mingw-w64-x86_64-toolchain make mingw-w64-x86_64-cmake mingw-w64-x86_64-ccache mingw-w64-x86_64-boost mingw-w64-x86_64-openssl mingw-w64-x86_64-zeromq mingw-w64-x86_64-libsodium mingw-w64-x86_64-hidapi mingw-w64-x86_64-protobuf-c mingw-w64-x86_64-libusb mingw-w64-x86_64-unbound git - name: build run: | ccache --max-size=150M |