mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2024-12-25 02:18:30 +01:00
Lowered the number of threads for the rpi CI
This commit is contained in:
parent
6ded678048
commit
66269659c5
2
.github/workflows/build_all.yml
vendored
2
.github/workflows/build_all.yml
vendored
@ -291,7 +291,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
working-directory: ${{runner.workspace}}/build
|
working-directory: ${{runner.workspace}}/build
|
||||||
run: make VERBOSE=1 -j4
|
run: make VERBOSE=1 -j3
|
||||||
|
|
||||||
- name: Create Dev Archive
|
- name: Create Dev Archive
|
||||||
working-directory: ${{runner.workspace}}
|
working-directory: ${{runner.workspace}}
|
||||||
|
Loading…
Reference in New Issue
Block a user