From 974a1fee845fc424b3119f7fb068d183ce833cd7 Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Sun, 20 Aug 2023 11:40:26 +0300 Subject: [PATCH 5/5] CI: Update setup-msys2 to version 2.20.1 See osdn #48522 Signed-off-by: Marko Lindqvist --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c516ac052a..b8abdca156 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,8 +15,8 @@ jobs: # A mapping from msys2/setup-msys2 version to msys2 version can be # found at # https://github.com/msys2/setup-msys2/blob/main/CHANGELOG.md - # 2.19.0 provides msys2 snapshot 20230526 - uses: msys2/setup-msys2@v2.19.0 + # 2.20.1 provides msys2 snapshot 20230718 + uses: msys2/setup-msys2@v2.20.1 with: msystem: UCRT64 install: > -- 2.40.1