From ff6d32065d92283b5805a43b5caffb79aeefbeb6 Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Fri, 15 Oct 2021 17:09:06 +0300 Subject: [PATCH 43/43] CI: Update setup-msys2 to version 2.5.0 See osdn #43046 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 78694e163a..5215c9fd6d 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/master/CHANGELOG.md - # 2.4.2 provides msys2 snapshot 20210725 - uses: msys2/setup-msys2@v2.4.2 + # 2.5.0 provides msys2 snapshot 20210725 + uses: msys2/setup-msys2@v2.5.0 with: install: > make -- 2.33.0