Skip to content

Commit

Permalink
Merge pull request #2 from snoyberg/settmp
Browse files Browse the repository at this point in the history
Work around haskell/cabal#5386 by setting the TMP env var
  • Loading branch information
ndmitchell committed Jun 22, 2018
2 parents 8f89da5 + 9e979fe commit 0a62009
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ clone_folder: "c:\\project"
environment:
global:
STACK_ROOT: "c:\\sr"
# Workaround a gnarly bug https://github.com/haskell/cabal/issues/5386
TMP: "c:\\tmp"

test_script:
- echo "" | stack --no-terminal setup --resolver=nightly > nul
Expand Down

0 comments on commit 0a62009

Please sign in to comment.