summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2021-08-21 23:19:18 +0800
committerruki <[email protected]>2021-08-21 23:19:18 +0800
commit196ca9770d1b61436a5dd831e53a5ba4868d5a29 (patch)
tree0c089fb2cfd0d3964df0073bce09d9977da2e161
parentad079f7ffb33b0478e6806be77592ee7a91e1823 (diff)
improve window ci
-rw-r--r--.github/workflows/windows.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml
index 4dfe3eb35..3d7560e2d 100644
--- a/.github/workflows/windows.yml
+++ b/.github/workflows/windows.yml
@@ -16,7 +16,7 @@ jobs:
runs-on: ${{ matrix.os }}
concurrency:
- group: ${{ github.head_ref }}-Windows
+ group: ${{ github.head_ref }}-${{ matrix.os }}-${{ matrix.arch }}-Windows
cancel-in-progress: true
steps:
- uses: actions/checkout@v2