diff options
| author | selsta <selsta@sent.at> | 2020-02-06 17:03:29 +0100 |
|---|---|---|
| committer | selsta <selsta@sent.at> | 2020-02-06 17:03:29 +0100 |
| commit | a836f3055e3a4d9a7c36c1ceeb18baef079e7761 (patch) | |
| tree | b6b514acb85d1dfacb15a2fbb3a9445943c586f2 /.github | |
| parent | 5e384f21b57f98ccf968cf61fbdd9ab3a49f926c (diff) | |
| download | monzero-core-a836f3055e3a4d9a7c36c1ceeb18baef079e7761.tar.gz monzero-core-a836f3055e3a4d9a7c36c1ceeb18baef079e7761.tar.xz monzero-core-a836f3055e3a4d9a7c36c1ceeb18baef079e7761.zip | |
workflows: windows j3 -> j2
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 50297e146..425ca8955 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 |
