gha : Build new cache each day

This commit is contained in:
Magne Sjaastad 2020-06-03 14:16:43 +02:00
parent 41ee1e8e61
commit d19d44081c

View File

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