Skip to content

Commit 3af3ebc

Browse files
committed
ci: Decrease the number of parallel build
1 parent 7b62054 commit 3af3ebc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/macos-linux-windows-conda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676

7777
- name: Build EigenPy [MacOS/Linux/Windows]
7878
env:
79-
CMAKE_BUILD_PARALLEL_LEVEL: 4
79+
CMAKE_BUILD_PARALLEL_LEVEL: 2
8080
EIGENPY_BUILD_TYPE: ${{ matrix.build_type }}
8181
EIGENPY_CXX_FLAGS: ${{ matrix.cxx_options }}
8282
run: |

0 commit comments

Comments
 (0)