diff options
| author | ruki <[email protected]> | 2021-08-22 22:33:28 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2021-08-22 22:33:28 +0800 |
| commit | 3e4923e9ca0787e634efc370d8dc157e5e1a12a3 (patch) | |
| tree | 219f2cce9b25b5ba2266d87ebad6d3842518f152 | |
| parent | a6c79096ae121a3ee6467102727cea02670a5485 (diff) | |
improve ci
| -rw-r--r-- | .github/workflows/msys2_mingw.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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: |
