From 66269659c586c99946c2f416c2baf6273891c11c Mon Sep 17 00:00:00 2001 From: AlexandreRouma Date: Sun, 26 Dec 2021 01:38:58 +0100 Subject: [PATCH] Lowered the number of threads for the rpi CI --- .github/workflows/build_all.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_all.yml b/.github/workflows/build_all.yml index e92eb475..42ee8e2e 100644 --- a/.github/workflows/build_all.yml +++ b/.github/workflows/build_all.yml @@ -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}}