From 3e4923e9ca0787e634efc370d8dc157e5e1a12a3 Mon Sep 17 00:00:00 2001 From: ruki Date: Sun, 22 Aug 2021 22:33:28 +0800 Subject: improve ci --- .github/workflows/msys2_mingw.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/msys2_mingw.yml b/.github/workflows/msys2_mingw.yml index d19184283..35965b4dc 100644 --- a/.github/workflows/msys2_mingw.yml +++ b/.github/workflows/msys2_mingw.yml @@ -9,7 +9,7 @@ jobs: runs-on: windows-latest concurrency: - group: ${{ github.head_ref }}-MSYS2_MINGW + group: ${{ github.head_ref }}-MSYS2_MINGW-${{ matrix.arch }} cancel-in-progress: true strategy: -- cgit v1.3.1