Skip to content
Snippets Groups Projects
Commit 6a79d66a authored by Edward Z. Yang's avatar Edward Z. Yang Committed by Edward Z. Yang
Browse files

Don't pipe choco install to NUL.


Signed-off-by: default avatarEdward Z. Yang <ezyang@cs.stanford.edu>
parent 28af355b
No related branches found
No related tags found
No related merge requests found
install:
# Using '-y' and 'refreshenv' as a workaround to:
# https://github.com/haskell/cabal/issues/3687
- choco install -y ghc --version 8.0.1 > NUL
- choco install -y ghc --version 8.0.1
- refreshenv
# TODO: remove --insecure, this is to workaround haskell.org
# failing to send intermediate cert; see https://github.com/haskell/cabal/pull/4172
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment