Skip to content

Commit e30929c

Browse files
committed
lowering parallel level to see if we can get to run
1 parent 4cc7e26 commit e30929c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Run tests
22
on: [workflow_dispatch]
33

44
env:
5-
CMAKE_BUILD_PARALLEL_LEVEL: 4
5+
CMAKE_BUILD_PARALLEL_LEVEL: 2
66
SKBUILD_CMAKE_ARGS: "-DCMAKE_C_COMPILER_LAUNCHER=ccache;-DCMAKE_CXX_COMPILER_LAUNCHER=ccache"
77
CCACHE_NOHASHDIR: "true"
88
CCACHE_COMPILERCHECK: "content"

0 commit comments

Comments
 (0)