From d058e56cf1015f6b922642d2cd7ccef27efd9958 Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Mon, 20 Jul 2020 20:50:09 +0200 Subject: [PATCH] [ci] Update to msys2/setup-msys2@v2 This update introduces better error handling and package caching by default. --- .github/workflows/msys2-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/msys2-ci.yml b/.github/workflows/msys2-ci.yml index da16ff3e9..ea4f15f08 100644 --- a/.github/workflows/msys2-ci.yml +++ b/.github/workflows/msys2-ci.yml @@ -22,7 +22,7 @@ jobs: shell: msys2 {0} steps: - uses: actions/checkout@v2 - - uses: msys2/setup-msys2@v1 + - uses: msys2/setup-msys2@v2 with: msystem: ${{ matrix.MSYSTEM }} update: true