Skip to content

Commit d5278b3

Browse files
committed
fix: ci
1 parent 1aa9dde commit d5278b3

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,7 @@ jobs:
7171

7272
- name: Build (Windows)
7373
if: runner.os == 'Windows'
74-
env:
75-
CMAKE_BUILD_PARALLEL_LEVEL: $env:NUMBER_OF_PROCESSORS
76-
run: cmake --build build --config ${{ matrix.build-type }}
74+
run: cmake --build build --config ${{ matrix.build-type }} -j 4
7775

7876
- name: Run Tests (Linux/macOS)
7977
if: runner.os != 'Windows'

0 commit comments

Comments
 (0)