Merge commit '61accfe1846e1f857fcdf84d27fb3d6e78fb46a3'

This commit is contained in:
2024-01-15 23:32:23 +01:00
63 changed files with 632 additions and 344 deletions

View File

@ -96,7 +96,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