Skip to content

Commit

Permalink
lowering parallel level to see if we can get to run
Browse files Browse the repository at this point in the history
  • Loading branch information
arashbm committed Nov 1, 2024
1 parent 4cc7e26 commit e30929c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit e30929c

Please sign in to comment.