plowsof
2024-10-09 20:39:54 +01:00
committed by plowsof
parent 941ecefab2
commit 5dcc47dcdf
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -81,7 +81,7 @@ jobs:
- name: build
run: |
${{env.CCACHE_SETTINGS}}
make release-static-win64 -j2
make release-static-win64 -j4
build-debian:
name: 'build-debian (debian-10)'
@@ -163,7 +163,7 @@ jobs:
run: |
${{env.CCACHE_SETTINGS}}
cmake .
make wallet_api -j3
make wallet_api -j4
test-ubuntu:
needs: build-ubuntu