Skip to content

Commit

Permalink
appveyor: cache stack appdata directory
Browse files Browse the repository at this point in the history
This is where stack installs GHC versions.
  • Loading branch information
robx authored and steve-chavez committed Jul 7, 2019
1 parent 64dc6ab commit ea97055
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ platform: x64
cache:
- "c:\\sr"
- .stack-work
- "c:\\Users\\appveyor\\AppData\\Local\\Programs\\stack"

environment:
global:
Expand Down

0 comments on commit ea97055

Please sign in to comment.