diff options
author | John MacFarlane <jgm@berkeley.edu> | 2018-09-25 12:04:27 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2018-09-25 12:04:27 -0700 |
commit | 13d1db18a021db115f12dbf84b910e7cf155e05b (patch) | |
tree | b9da469259d121dcbe46a854a58afff0e61d097f | |
parent | 9f118c34a504d78b02ebe13173ff9a896912d48c (diff) | |
download | pandoc-13d1db18a021db115f12dbf84b910e7cf155e05b.tar.gz |
appveyor - hopefully fix path.
-rw-r--r-- | appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml index 959ba7d57..1baaff180 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -69,7 +69,7 @@ install: - if "%BUILD_TYPE%" == "cabal" ( choco install ghc --version %GHC_VERSION% --ignore-dependencies %CHOCO_OPTS% && choco install cabal --version %CABAL_VERSION% --ignore-dependencies %CHOCO_OPTS% && - set PATH=C:\ProgramData\chocolatey\lib\ghc\tools\ghc-8.6.1\bin;%PATH% + set PATH=C:\ProgramData\chocolatey\lib\ghc\tools\ghc-8.6.1\bin;"%PATH%" ) # before_test: |