Azure: bump NimBinaries cache key (#311)

so the latest Nim compiler version can be cached
This commit is contained in:
Ștefan Talpalaru 2020-08-05 01:38:16 +02:00 committed by GitHub
parent 843d32f8db
commit 145657895f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ steps:
- task: CacheBeta@1
displayName: 'cache Nim binaries'
inputs:
key: NimBinaries | $(Agent.OS) | $(PLATFORM) | "$(Build.SourceBranchName)" | "v4"
key: NimBinaries | $(Agent.OS) | $(PLATFORM) | "$(Build.SourceBranchName)" | "v5"
path: NimBinaries
- task: CacheBeta@1