summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 061e763b..a357edc5 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -49,7 +49,7 @@ install:
- cinst cmake
- ps: Start-FileDownload 'ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-8.38.zip'
- 7za x pcre-8.38.zip
- - cd %APPVEYOR_BUILD_FOLDER%\..\pcre-8.38
+ - cd %APPVEYOR_BUILD_FOLDER%\..
- rename pcre-8.38 pcre
- cmake pcre
- cd %APPVEYOR_BUILD_FOLDER%