From a2d86dbf31070b126493bb470d9afc56b2901eae Mon Sep 17 00:00:00 2001 From: 500-internal-server-error <76838083+500-internal-server-error@users.noreply.github.com> Date: Wed, 19 Feb 2025 21:35:08 +0700 Subject: [PATCH] Fix CI for Windows MSVC builds --- .github/workflows/build_cmake.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_cmake.yml b/.github/workflows/build_cmake.yml index 1fc54b8..7e5bbd6 100644 --- a/.github/workflows/build_cmake.yml +++ b/.github/workflows/build_cmake.yml @@ -139,7 +139,7 @@ jobs: sudo apt install ${{ matrix.config.packages }} - name: Install dependencies on windows (MSVC) - if: startsWith(matrix.config.os, 'windows') + if: matrix.config.msystem == '' run: | choco install ${{ matrix.config.packages }}