Skip to content

Commit e39650c

Browse files
sjakobimergify[bot]
authored andcommitted
Try to improve AppVeyor's dependency caching (#1207)
* This might fix a syntax problem: https://www.appveyor.com/docs/build-cache/#configuring-cache-items says: Note the use of single quotes around the entire line, when environment variables are used. * This adds the AppVeyor config to the files which invalidate the cache when changed. Context: #1063.
1 parent 0871fcd commit e39650c

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

appveyor.yml

+1-6
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,7 @@ install:
2424
- git submodule update --init --recursive
2525

2626
cache:
27-
- C:\sr -> '%STACK_YAML%'
28-
- .stack-work -> '%STACK_YAML%'
29-
- dhall\.stack-work -> '%STACK_YAML%'
30-
- dhall-json\.stack-work -> '%STACK_YAML%'
31-
- dhall-bash\.stack-work -> '%STACK_YAML%'
32-
- dhall-lsp-server\.stack-work -> '%STACK_YAML%'
27+
- '%STACK_ROOT% -> %STACK_YAML%, appveyor.yml'
3328

3429
for:
3530
-

0 commit comments

Comments
 (0)