From 24ec54722e8979be112f3f8c1550d8f4f4ece438 Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Fri, 7 Jan 2022 15:27:02 +0200 Subject: [PATCH 44/44] CI: Update setup-msys2 to version 2.8.0 See osdn #43566 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 2aba03155f..c73f13142b 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.7.0 provides msys2 snapshot 20211130 - uses: msys2/setup-msys2@v2.7.0 + # 2.8.0 provides msys2 snapshot 20211130 + uses: msys2/setup-msys2@v2.8.0 with: install: > make -- 2.34.1