tools: appveyor: troubleshooting stack#4125
Try harder to save custom stack*exe, and list them [ci skip]
This commit is contained in:
parent
0c9820e248
commit
aa0996f265
@ -28,6 +28,7 @@ environment:
|
||||
# only those files for cache invalidation, quicker than checksumming all cached content.
|
||||
cache:
|
||||
- stack*.exe
|
||||
- C:\Users\appveyor\AppData\Roaming\local\bin\stack.exe
|
||||
- "%LOCALAPPDATA%\\Programs\\stack"
|
||||
- C:\Users\appveyor\AppData\Roaming\local\bin
|
||||
- C:\sr
|
||||
@ -48,6 +49,7 @@ install:
|
||||
- copy C:\Users\appveyor\AppData\Roaming\local\bin\stack.exe .
|
||||
- copy stack.exe stack-512f76f3.exe
|
||||
- stack --version
|
||||
- dir
|
||||
|
||||
#
|
||||
# install ghc
|
||||
|
||||
Loading…
Reference in New Issue
Block a user