fix(ci): window builds now build in parallel

Co-authored-by: Maxim Biro <nurupo.contributions@gmail.com>
This commit is contained in:
Green Sky 2024-01-14 11:05:13 +01:00 committed by Maxim Biro
parent bcb6592af5
commit acdc67387b
No known key found for this signature in database
GPG Key ID: AB3AD9896472BFA4

View File

@ -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