From 6d8e6464f937019a21134cd1be9606c7ec4d1e96 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 25 Sep 2018 09:51:25 -0700 Subject: appveyor - more diagnostics. --- appveyor.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index d21827ddb..d4ab91221 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -84,8 +84,10 @@ test_script: ) - if "%BUILD_TYPE%" == "cabal" ( cabal --version && - ghc --version && echo "%PATH%" && + refreshenv && + echo "%PATH%" && + "C:\\ProgramData\\chocolatey\\lib\\ghc\\tools\\ghc-8.6.1\\bin\\ghc.exe --version" && cabal --store-dir="%CABAL_STORE%" new-update && cabal --store-dir="%CABAL_STORE%" new-build %CABAL_BUILD_OPTS% . pandoc-citeproc && forfiles /P .\dist-newstyle /M pandoc*.exe /C "cmd /C cp @file .\windows\ " -- cgit v1.2.3