1
0
Fork 0

Re-create MSYS2 cache for Windows workflow

This commit is contained in:
Patryk Obara 2020-01-13 03:46:04 +01:00 committed by GitHub
parent e5465cd0d5
commit fb14b7ae5f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -43,7 +43,7 @@ jobs:
id: cache-msys2
with:
path: 'C:/tools/msys64'
key: msys2-${{ matrix.conf.bits }}-${{ steps.get-date.outputs.date }}
key: msys2-${{ matrix.conf.bits }}-${{ steps.get-date.outputs.date }}-2
- name: Install MSYS2
if: steps.cache-msys2.outputs.cache-hit != 'true'
run: choco install msys2 --no-progress