From 00dce7d4086dd1bbe7dfb33536410443d835375e Mon Sep 17 00:00:00 2001 From: Margen67 Date: Fri, 13 Dec 2024 15:13:51 -0800 Subject: [PATCH] Update CI.yml --- .github/workflows/CI.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 068a6e2fa5..c2e1f665a5 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -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