Skip to content
This repository was archived by the owner on Oct 7, 2020. It is now read-only.

Commit 9634890

Browse files
committed
Refresh cache of windows-cabal job
1 parent 44b9f58 commit 9634890

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.azure/windows-cabal.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
- task: Cache@2
2222
inputs:
23-
key: '"cabal" | "$(Agent.OS)" | "$(CABAL_VERSION)" | "$(GHC_VERSION)" | $(Build.SourcesDirectory)/cabal.project | $(Build.SourcesDirectory)/haskell-ide-engine.cabal | $(Build.SourcesDirectory)/hie-plugin-api/hie-plugin-api.cabal'
23+
key: '"cabal-v2" | "$(Agent.OS)" | "$(CABAL_VERSION)" | "$(GHC_VERSION)" | $(Build.SourcesDirectory)/cabal.project | $(Build.SourcesDirectory)/haskell-ide-engine.cabal | $(Build.SourcesDirectory)/hie-plugin-api/hie-plugin-api.cabal'
2424
path: .azure-cache
2525
cacheHitVar: CACHE_RESTORED
2626
displayName: "Download cache"

0 commit comments

Comments
 (0)