mirror of
https://github.com/reanimate/reanimate.git
synced 2026-09-12 00:23:08 +00:00
Use improved cache task.
Former-commit-id: bdb1cfedadbe2407beb9f8999eb5cd0157972e8a
This commit is contained in:
parent
767d932f58
commit
3a7016f093
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ jobs:
|
|||
STACK_YAML: stack-lts-11.yaml
|
||||
maxParallel: 6
|
||||
steps:
|
||||
- task: CacheBeta@0
|
||||
- task: Cache@2
|
||||
inputs:
|
||||
key: ${{ parameters.name }} | "${{ parameters.vmImage }}" | $(STACK_YAML) | stack-root | $(Agent.OS) | version3
|
||||
path: $(STACK_ROOT)
|
||||
|
|
|
|||
Loading…
Reference in a new issue