Skip to content

Commit acdc673

Browse files
Green-Skynurupo
andcommitted
fix(ci): window builds now build in parallel
Co-authored-by: Maxim Biro <nurupo.contributions@gmail.com>
1 parent bcb6592 commit acdc673

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
- name: Configure CMake
8686
run: cmake --preset windows-default
8787
- name: Build
88-
run: cmake --build _build
88+
run: cmake --build _build -j $([int]$env:NUMBER_OF_PROCESSORS+2)
8989
- name: Test
9090
run: |
9191
cd _build

0 commit comments

Comments
 (0)