From ad1bd424fa33a60fd437ff1488f5bcd925a0be10 Mon Sep 17 00:00:00 2001 From: w0rp Date: Wed, 6 Sep 2017 10:14:25 +0100 Subject: [PATCH] Run installation steps in install instead for AppVeyor --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index 76b026f6..51b4f277 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -1,5 +1,5 @@ --- -init: +install: # Stop git from changing newlines - git config --global core.autocrlf input # Set up the build environment