Update windows.yml

pull/3160/head
Jérôme Leclercq 1 year ago committed by GitHub
parent 72a8bfde96
commit 1cc96876e1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      .github/workflows/windows.yml

@ -18,7 +18,7 @@ jobs:
runs-on: ${{ matrix.os }}
concurrency:
group: ${{ github.ref }}-${{ github.base_ref }}-${{ github.head_ref }}-Windows-${{ matrix.os }}-${{ matrix.kind }}-${{ matrix.arch }}-${{ matrix.vs_runtime }}
group: ${{ github.ref }}-${{ github.base_ref }}-${{ github.head_ref }}-Windows-${{ matrix.os }}-${{ matrix.kind }}-${{ matrix.arch }}-${{ matrix.runtime }}
cancel-in-progress: true
steps:
- uses: actions/checkout@v1

Loading…
Cancel
Save