From b69547ebb7f2ab3f37f5e45379f7eb5f7917416e Mon Sep 17 00:00:00 2001 From: Clare Macrae Date: Thu, 12 Oct 2023 17:20:07 +0100 Subject: [PATCH] . e Pin mingw to Version 12.2.0 As recommended in: https://github.com/egor-tensin/setup-mingw/issues/14 --- .github/workflows/mingw.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mingw.yml b/.github/workflows/mingw.yml index 1908c465..84c9c1bb 100644 --- a/.github/workflows/mingw.yml +++ b/.github/workflows/mingw.yml @@ -39,7 +39,7 @@ jobs: uses: egor-tensin/setup-mingw@v2 # https://github.com/marketplace/actions/install-mingw with: platform: x64 - + version: 12.2.0 - name: Configure shell: cmd run: |