1 parent 1aa9dde commit d5278b3Copy full SHA for d5278b3
1 file changed
.github/workflows/ci.yml
@@ -71,9 +71,7 @@ jobs:
71
72
- name: Build (Windows)
73
if: runner.os == 'Windows'
74
- env:
75
- CMAKE_BUILD_PARALLEL_LEVEL: $env:NUMBER_OF_PROCESSORS
76
- run: cmake --build build --config ${{ matrix.build-type }}
+ run: cmake --build build --config ${{ matrix.build-type }} -j 4
77
78
- name: Run Tests (Linux/macOS)
79
if: runner.os != 'Windows'
0 commit comments