mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
fix(ci): window builds now build in parallel
Co-authored-by: Maxim Biro <nurupo.contributions@gmail.com>
This commit is contained in:
parent
bcb6592af5
commit
acdc67387b
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user