aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorselsta <selsta@sent.at>2020-02-06 17:03:29 +0100
committerselsta <selsta@sent.at>2020-02-06 17:03:29 +0100
commita836f3055e3a4d9a7c36c1ceeb18baef079e7761 (patch)
treeb6b514acb85d1dfacb15a2fbb3a9445943c586f2
parentMerge pull request #6184 (diff)
downloadmonero-a836f3055e3a4d9a7c36c1ceeb18baef079e7761.tar.xz
workflows: windows j3 -> j2
-rw-r--r--.github/workflows/build.yml2
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