We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cc7e26 commit e30929cCopy full SHA for e30929c
.github/workflows/tests.yml
@@ -2,7 +2,7 @@ name: Run tests
2
on: [workflow_dispatch]
3
4
env:
5
- CMAKE_BUILD_PARALLEL_LEVEL: 4
+ CMAKE_BUILD_PARALLEL_LEVEL: 2
6
SKBUILD_CMAKE_ARGS: "-DCMAKE_C_COMPILER_LAUNCHER=ccache;-DCMAKE_CXX_COMPILER_LAUNCHER=ccache"
7
CCACHE_NOHASHDIR: "true"
8
CCACHE_COMPILERCHECK: "content"
0 commit comments