From 6593e9c1654c546b35b641fea8eadfe36817c604 Mon Sep 17 00:00:00 2001 From: inv2004 Date: Sat, 17 Nov 2018 13:26:58 -0500 Subject: [PATCH] cd to build folder --- .appveyor.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index 85b63fc..a4f0682 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -14,10 +14,11 @@ install: - cargo -vV - cd C:\Tools\vcpkg - - git pull + - git pull -q - .\bootstrap-vcpkg.bat - vcpkg install openssl:x64-windows - vcpkg install mongo-c-driver:x64-windows + - cd %APPVEYOR_BUILD_FOLDER% build: false test_script: