1
0
Fork 0

Reset the Windows MSYS2 cache incrementer

This commit is contained in:
krcroft 2020-04-11 13:55:19 -07:00 committed by Patryk Obara
parent 25e9cfe491
commit 88dd33b7de

View file

@ -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