GitHub Action : Temporarily disable fallback cache key

This commit is contained in:
Magne Sjaastad
2020-05-21 08:03:47 +02:00
parent 8a4ce1c564
commit 991e93d4fa

View File

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