[CI, Cache] Add proper cache versioning (#8285)

This commit is contained in:
ZeeWanderer
2020-05-26 02:33:59 +03:00
committed by GitHub
parent f56b362769
commit 9d02231074
2 changed files with 10 additions and 1 deletions
+6 -1
View File
@@ -59,10 +59,15 @@ jobs:
vmImage: "windows-latest"
steps:
- bash: .ci/get_keys-windows.sh
displayName: Get Cache Keys
- task: Cache@2
inputs:
key: $(Agent.OS) | $(COMPILER)
key: $(Agent.OS) | $(COMPILER) | "$(QT_VER)" | $(VULKAN_SDK_SHA) | llvm.lock | glslang.lock
path: $(CACHE_DIR)
restoreKeys: |
$(Agent.OS) | $(COMPILER)
displayName: Cache
- bash: .ci/setup-windows.sh