From 56b49c2be27dbe440f4236a5ca711950aa788e63 Mon Sep 17 00:00:00 2001 From: Jerome Robert Date: Mon, 18 Oct 2021 03:38:41 +0200 Subject: [PATCH] ci: fix mingw checks by pinning (#3375) * Workaround for https://github.com/msys2/setup-msys2/issues/167 * Adapted from https://github.com/cocotb/cocotb/commit/05036cb24d10579647e81dc1a405b126f711a66f --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5d5222f8b..e337770eb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -892,7 +892,8 @@ jobs: - { sys: mingw64, env: x86_64 } - { sys: mingw32, env: i686 } steps: - - uses: msys2/setup-msys2@v2 + # Force version because of https://github.com/msys2/setup-msys2/issues/167 + - uses: msys2/setup-msys2@v2.4.2 with: msystem: ${{matrix.sys}} install: >-