mirror of https://github.com/vacp2p/nim-libp2p.git
Azure: bump NimBinaries cache key (#311)
so the latest Nim compiler version can be cached
This commit is contained in:
parent
843d32f8db
commit
145657895f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue