diff options
-rw-r--r-- | appveyor.yml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/appveyor.yml b/appveyor.yml index d4ab91221..8207f50cc 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -85,9 +85,8 @@ test_script: - if "%BUILD_TYPE%" == "cabal" ( cabal --version && echo "%PATH%" && - refreshenv && - echo "%PATH%" && - "C:\\ProgramData\\chocolatey\\lib\\ghc\\tools\\ghc-8.6.1\\bin\\ghc.exe --version" && + dir "C:\\ProgramData\\chocolatey\\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\ " |