ci: yet another attempt to cache Ninja

This commit is contained in:
Mateusz Pusz
2021-03-17 22:29:23 +01:00
parent d48db94f7d
commit 27c9ca5ffd

View File

@@ -85,7 +85,7 @@ jobs:
cache-name: cache-choco-lib
with:
path: C:\ProgramData\chocolatey\lib
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('C:\ProgramData\chocolatey\lib\**') }}
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('C:\ProgramData\chocolatey\lib\**\*.nuspec') }}
restore-keys: |
${{ runner.os }}-build-${{ env.cache-name }}-
${{ runner.os }}-build-