Reset the Windows MSYS2 cache incrementer
This commit is contained in:
parent
25e9cfe491
commit
88dd33b7de
1 changed files with 1 additions and 1 deletions
2
.github/workflows/windows.yml
vendored
2
.github/workflows/windows.yml
vendored
|
@ -47,7 +47,7 @@ jobs:
|
|||
id: cache-msys2
|
||||
with:
|
||||
path: 'C:/tools/msys64'
|
||||
key: msys2-${{ matrix.conf.bits }}-${{ steps.get-date.outputs.date }}-3
|
||||
key: msys2-${{ matrix.conf.bits }}-${{ steps.get-date.outputs.date }}
|
||||
- name: Install MSYS2
|
||||
if: steps.cache-msys2.outputs.cache-hit != 'true'
|
||||
run: choco install msys2 --no-progress
|
||||
|
|
Loading…
Add table
Reference in a new issue