Lowered the number of threads for the rpi CI

This commit is contained in:
AlexandreRouma 2021-12-26 01:38:58 +01:00
parent 6ded678048
commit 66269659c5

View File

@ -291,7 +291,7 @@ jobs:
- name: Build
working-directory: ${{runner.workspace}}/build
run: make VERBOSE=1 -j4
run: make VERBOSE=1 -j3
- name: Create Dev Archive
working-directory: ${{runner.workspace}}