GithubAction : Activate restore key for build cache

This commit is contained in:
Magne Sjaastad 2020-05-22 07:21:11 +02:00
parent c366e85682
commit 8c8e0740d0

View File

@ -74,7 +74,7 @@ jobs:
with:
path: ${{ env.BUILDCACHE_DIR }}
key: ${{ matrix.config.name }}-cache-v01-${{ steps.cache_timestamp_string.outputs.timestamp }}
# restore-keys: ${{ matrix.config.name }}-cache-
restore-keys: ${{ matrix.config.name }}-cache-v01-
- name: Create Folder for buildcache
run: New-Item ${{ env.BUILDCACHE_DIR }} -ItemType "directory" -Force
shell: pwsh