Update CI.yml

specify specific windows sdk version
This commit is contained in:
Luke Usher 2024-07-08 14:51:39 +01:00 committed by GitHub
parent f60b641781
commit f2b5da762a
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
run: cmake -B build -A Win32[,version=10.0.22621.0]
- name: Build
run: cmake --build build --config ${{ matrix.configuration }} -j $env:NUMBER_OF_PROCESSORS
- name: Prepare artifacts