From a09ece79ad6bd7c7f24cf942082e7dd225d1db1f Mon Sep 17 00:00:00 2001 From: Louis Date: Fri, 30 Oct 2015 01:12:20 +0100 Subject: [PATCH] Change path --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index e410d7e9..8f0c8ac0 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -25,7 +25,7 @@ install: # Download and install MikTeX - ps: "wget http://mirrors.ctan.org/systems/win32/miktex/setup/basic-miktex-2.9.5721.exe -OutFile ./basic-miktex.exe" - - "./basic-miktex.exe" + - "basic-miktex.exe" build: false # Not a C# project, build stuff at the test step instead.