Skip to content

Commit f6efda9

Browse files
committed
Fix condition for installing Msys2 on Windows
1 parent 4304f2a commit f6efda9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cmake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ jobs:
414414
- uses: actions/checkout@v3
415415

416416
- name: "Install Msys2"
417-
if: (startsWith(matrix.config.os, 'windows-2019') && contains(matrix.config.mingw, 'MINGW'))
417+
if: (startsWith(matrix.config.os, 'windows-20') && contains(matrix.config.mingw, 'MINGW'))
418418
uses: msys2/setup-msys2@v2
419419
with:
420420
msystem: ${{ matrix.config.mingw }}

0 commit comments

Comments
 (0)