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 e076013 commit dc7e167
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@ jobs:
vsver: [2019, 2022]
include:
- vsver: 2019
cmake_args: ',version=10.0.22621.0 -DCMAKE_SYSTEM_VERSION=7'
cmake_args: ' -DCMAKE_SYSTEM_VERSION=7'
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Generate CMake files
run: cmake -B build -A Win32${{ matrix.cmake_args }}
run: cmake -B build -A Win32,version=10.0.22621.0${{ matrix.cmake_args }}
- name: Build
run: cmake --build build --config ${{ matrix.configuration }} -j $env:NUMBER_OF_PROCESSORS
- name: Prepare artifacts
Expand Down

0 comments on commit dc7e167

Please sign in to comment.