From 7145fef233a8a3056fe7f9c861d84bfc35f7c481 Mon Sep 17 00:00:00 2001 From: Sven Van de Velde Date: Mon, 26 Feb 2018 11:52:28 +0100 Subject: [PATCH] Complete3 --- .appveyor/appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor/appveyor.yml b/.appveyor/appveyor.yml index 26196ec6e..414b5ef9d 100644 --- a/.appveyor/appveyor.yml +++ b/.appveyor/appveyor.yml @@ -23,7 +23,7 @@ init: Where-Object pullRequestId -eq $env:APPVEYOR_PULL_REQUEST_NUMBER)[0].buildNumber) { ` throw "There are newer queued builds for this pull request, failing early." } # - ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1')) - + install: # Outcomment if lua environment invalidates and needs to be reinstalled, otherwise all will run from the cache. # - call choco install 7zip.commandline