From 16b1674d3014b8001de496a2f54c3715aac72ec2 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 25 Sep 2018 21:53:14 -0700 Subject: appveyor - Remove -p from mkdir. --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 7e92777b3..b93385b31 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -86,7 +86,7 @@ test_script: # see https://github.com/haskell/cabal/issues/5516 - if "%BUILD_TYPE%" == "cabal" ( cabal --version && - mkdir -p "%CABAL_STORE%"/ghc-8.6.1/package.db && + mkdir "%CABAL_STORE%"/ghc-8.6.1/package.db && cabal --store-dir="%CABAL_STORE%" new-update && cabal --store-dir="%CABAL_STORE%" new-build -w %GHC% --allow-newer -flua_32bits -fembed_data_files . pandoc-citeproc && forfiles /P .\dist-newstyle /M pandoc.exe /C "cmd /C cp @file .\windows\ " && -- cgit v1.2.3