Skip to content

Commit f37aa33

Browse files
Removes -j2 from build flags. Ninja should manage the parallel build
1 parent 633440e commit f37aa33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cmake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
run: |
110110
ctest -D ExperimentalStart
111111
ctest -D ExperimentalConfigure
112-
ctest -D ExperimentalBuild -j2
112+
ctest -D ExperimentalBuild
113113
114114
- name: Test with OpenMP
115115
working-directory: ${{github.workspace}}/build

0 commit comments

Comments
 (0)