Update CI.yml

This commit is contained in:
Luke Usher 2024-07-08 14:58:47 +01:00 committed by GitHub
parent f2b5da762a
commit 7ac337ee5e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ jobs:
with:
submodules: recursive
- name: Generate CMake files
run: cmake -B build -A Win32[,version=10.0.22621.0]
run: cmake -B build -A Win32 -DCMAKE_SYSTEM_VERSION=10.0.22621.0
- name: Build
run: cmake --build build --config ${{ matrix.configuration }} -j $env:NUMBER_OF_PROCESSORS
- name: Prepare artifacts