Lowered the number of threads for the rpi CI

pull/567/head
AlexandreRouma 2021-12-26 01:38:58 +01:00
rodzic 6ded678048
commit 66269659c5
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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