Skip to content

Commit af8c1ee

Browse files
Remvoe explicit choice of build parallelization (#142)
1 parent c592b32 commit af8c1ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_mpc.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
- name: Install DOLFINx-MPC (C++)
103103
run: |
104104
cmake -G Ninja -B build-dir -DCMAKE_BUILD_TYPE=${MPC_BUILD_MODE} -DCMAKE_CXX_FLAGS="${MPC_CMAKE_CXX_FLAGS}" -S cpp/
105-
cmake --build build-dir --parallel 3
105+
cmake --build build-dir
106106
cmake --install build-dir
107107
108108
- name: Install DOLFINx-MPC (Python)

0 commit comments

Comments
 (0)