Skip to content

Commit

Permalink
ci: Decrease the number of parallel build
Browse files Browse the repository at this point in the history
  • Loading branch information
jorisv committed Oct 14, 2024
1 parent aa3ee5a commit 42a19b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/macos-linux-windows-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:

- name: Build EigenPy [MacOS/Linux/Windows]
env:
CMAKE_BUILD_PARALLEL_LEVEL: 4
CMAKE_BUILD_PARALLEL_LEVEL: 2
EIGENPY_BUILD_TYPE: ${{ matrix.build_type }}
EIGENPY_CXX_FLAGS: ${{ matrix.cxx_options }}
run: |
Expand Down

0 comments on commit 42a19b6

Please sign in to comment.