diff options
author | luigi1111 <luigi1111w@gmail.com> | 2021-09-09 15:13:06 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-09 15:13:06 -0400 |
commit | 2a02cd0a5fb627a026a37d2e5d059bf5d1780562 (patch) | |
tree | 78aab378f61585159966a9d9f7dcc32fb8afccc0 /.github/workflows | |
parent | Merge pull request #7616 (diff) | |
parent | external: remove unbound submodule (diff) | |
download | monero-2a02cd0a5fb627a026a37d2e5d059bf5d1780562.tar.xz |
Merge pull request #7773 from selsta/unbound
external: remove unbound submodule
Diffstat (limited to '.github/workflows')
-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 7c28a71ce..7a81f7a38 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -57,7 +57,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 |