From e30929ca15c86fa321ab5caefa988a3ae5aa9ace Mon Sep 17 00:00:00 2001 From: Arash Badie-Modiri Date: Fri, 1 Nov 2024 04:41:19 +0200 Subject: [PATCH] lowering parallel level to see if we can get to run --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 393dcd2..46a42c4 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -2,7 +2,7 @@ name: Run tests on: [workflow_dispatch] env: - CMAKE_BUILD_PARALLEL_LEVEL: 4 + CMAKE_BUILD_PARALLEL_LEVEL: 2 SKBUILD_CMAKE_ARGS: "-DCMAKE_C_COMPILER_LAUNCHER=ccache;-DCMAKE_CXX_COMPILER_LAUNCHER=ccache" CCACHE_NOHASHDIR: "true" CCACHE_COMPILERCHECK: "content"