Skip to content

Commit accbaa6

Browse files
committed
Increase the number of parallel jobs in Build workflow
1 parent 03cbb10 commit accbaa6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build_test_cmake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,4 @@ jobs:
5656
export CMAKE_PREFIX_PATH=${PEXSI32_ROOT}:${SUPERLU_DIST32_ROOT}:${PARMETIS32_ROOT}:${METIS32_ROOT}:${GKLIB_ROOT}:${CMAKE_PREFIX_PATH}
5757
rm -rf build
5858
cmake -B build ${{ matrix.build_args }}
59-
cmake --build build -j2
59+
cmake --build build -j 8

0 commit comments

Comments
 (0)