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 | |
| parent | f0afa7ddac41ab24375421ac74f7c4988866841f (diff) | |
| parent | a836f3055e3a4d9a7c36c1ceeb18baef079e7761 (diff) | |
| download | monzero-core-26d350f9318da73aaeef1cf6f3045f0155a8a59a.tar.gz monzero-core-26d350f9318da73aaeef1cf6f3045f0155a8a59a.tar.xz monzero-core-26d350f9318da73aaeef1cf6f3045f0155a8a59a.zip | |
Merge pull request #6319
a836f30 workflows: windows j3 -> j2 (selsta)
| -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 |
