diff options
author | luigi1111 <luigi1111w@gmail.com> | 2020-02-26 14:15:32 -0500 |
---|---|---|
committer | luigi1111 <luigi1111w@gmail.com> | 2020-02-26 14:15:32 -0500 |
commit | 26d350f9318da73aaeef1cf6f3045f0155a8a59a (patch) | |
tree | 38a120fe9cdc6550af3fcf5175d010fcedd9a3c3 /.github | |
parent | Merge pull request #6315 (diff) | |
parent | workflows: windows j3 -> j2 (diff) | |
download | monero-26d350f9318da73aaeef1cf6f3045f0155a8a59a.tar.xz |
Merge pull request #6319
a836f30 workflows: windows j3 -> j2 (selsta)
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 33c9c379b..ce460ef04 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,7 +26,7 @@ jobs: - name: install monero dependencies run: msys2do pacman -S --noconfirm mingw-w64-x86_64-toolchain make mingw-w64-x86_64-cmake 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 - name: build - run: msys2do make release-static-win64 -j3 + run: msys2do make release-static-win64 -j2 build-ubuntu: runs-on: ubuntu-latest |