From 5ec9a2fbc0117d9c5cf1c5cf25fdebd0d5132d1e Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Thu, 4 Apr 2019 22:56:36 -0400 Subject: [PATCH] Oops --- azure-pipelines/windows-install-ninja.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/azure-pipelines/windows-install-ninja.yml b/azure-pipelines/windows-install-ninja.yml index af4eb6ee..ef5608f7 100644 --- a/azure-pipelines/windows-install-ninja.yml +++ b/azure-pipelines/windows-install-ninja.yml @@ -1,5 +1,6 @@ # 4 april 2019 -# why this? because choco isn't available on the VS2015 image and is extremely slow on the VS2017 one (it should not take 2 minutes to install just ninja!) +# why this? because choco isn't available on the VS2015 image and is extremely slow on the VS2017 one (it should not take 2.5 minutes to install just ninja!) +steps: - powershell: 'Invoke-WebRequest https://github.com/ninja-build/ninja/releases/download/v1.9.0/ninja-win.zip -OutFile C:\ninja-win.zip' displayName: 'Download Ninja' - shell: |