From 2f480e9c539b58d3d706172879f0a0c1a4ecb950 Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Fri, 28 Jan 2022 15:18:46 +0200 Subject: [PATCH 35/35] CI: Update setup-msys2 to version 2.8.1 See osdn #43720 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 c73f13142b..e26568472f 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.8.0 provides msys2 snapshot 20211130 - uses: msys2/setup-msys2@v2.8.0 + # 2.8.1 provides msys2 snapshot 20220118 + uses: msys2/setup-msys2@v2.8.1 with: install: > make -- 2.34.1