appveyor - hopefully fix path.
This commit is contained in:
parent
9f118c34a5
commit
13d1db18a0
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue