diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index ec4ed25..7091277 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -140,9 +140,12 @@ jobs: submodules: recursive - name: Setup msys2 - if: runner.os == 'Windows' + if: >- + runner.os == 'Windows' && + matrix.language == 'cpp' uses: msys2/setup-msys2@v2 with: + msystem: ucrt64 update: true # Initializes the CodeQL tools for scanning.