Skip to content

Commit

Permalink
fix(codeql): use ucrt64 for msys2
Browse files Browse the repository at this point in the history
  • Loading branch information
ReenigneArcher committed May 26, 2024
1 parent 8cd19a7 commit fb482f9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit fb482f9

Please sign in to comment.