Skip to content

Commit

Permalink
fix(ci): window builds now build in parallel
Browse files Browse the repository at this point in the history
Co-authored-by: Maxim Biro <[email protected]>
  • Loading branch information
Green-Sky and nurupo committed Jan 14, 2024
1 parent bcb6592 commit acdc673
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
- name: Configure CMake
run: cmake --preset windows-default
- name: Build
run: cmake --build _build
run: cmake --build _build -j $([int]$env:NUMBER_OF_PROCESSORS+2)
- name: Test
run: |
cd _build
Expand Down

0 comments on commit acdc673

Please sign in to comment.