Skip to content

Commit

Permalink
Update CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Margen67 committed Dec 13, 2024
1 parent dc7e167 commit 00dce7d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@ jobs:
matrix:
configuration: [Release, Debug]
vsver: [2019, 2022]
include:
- vsver: 2019
cmake_args: ' -DCMAKE_SYSTEM_VERSION=7'
#include:
# - vsver: 2019
# cmake_args: ',version=10.0.22621.0 -DCMAKE_SYSTEM_VERSION=7'
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Generate CMake files
run: cmake -B build -A Win32,version=10.0.22621.0${{ matrix.cmake_args }}
run: cmake -B build -A Win32,version=10.0.22621.0 -DCMAKE_SYSTEM_VERSION=7
- name: Build
run: cmake --build build --config ${{ matrix.configuration }} -j $env:NUMBER_OF_PROCESSORS
- name: Prepare artifacts
Expand Down

0 comments on commit 00dce7d

Please sign in to comment.