Merge pull request #6319

a836f30 workflows: windows j3 -> j2 (selsta)
pull/235/head
luigi1111 4 years ago
commit 26d350f931
No known key found for this signature in database
GPG Key ID: F4ACA0183641E010

@ -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

Loading…
Cancel
Save