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