From 17fa8f7cd9563c110a96993725995deedb687e71 Mon Sep 17 00:00:00 2001 From: Developer Date: Mon, 16 Dec 2024 23:45:45 +0700 Subject: [PATCH] fix bug in mingw action https://github.com/egor-tensin/setup-mingw/issues/17#issuecomment-1890253793 --- .github/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6ac1a0d..14d1a74 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -40,8 +40,9 @@ jobs: - name: Set up MinGW continue-on-error: true - uses: egor-tensin/setup-mingw@v2 + uses: egor-tensin/setup-mingw@v2.2.0 with: + version: 12.2.0 platform: x64 - name: Install Dependencies