From 42b639a1f108863bafbc6912eebe3d809e0191b9 Mon Sep 17 00:00:00 2001 From: sal Date: Sat, 23 Sep 2023 14:19:48 -0400 Subject: [PATCH] lowered core count for the build --- .github/workflows/cmake-multi-platform.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml index b5b482f..a49e89c 100644 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/cmake-multi-platform.yml @@ -35,7 +35,7 @@ jobs: -G Ninja - name: rebuild - clean (linux) - run: cmake --build ${{ github.workspace }}/.out --config Debug --target clean --parallel $(nproc) + run: cmake --build ${{ github.workspace }}/.out --config Debug --target clean --parallel 48 - name: rebuild - build (linux) - run: cmake --build ${{ github.workspace }}/.out --config Debug --target roguelite --parallel $(nproc) + run: cmake --build ${{ github.workspace }}/.out --config Debug --target roguelite --parallel 48