From 7b9af0592de9041b18582ddf68b2d05adb2df977 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Fri, 13 Nov 2020 22:10:56 +0100 Subject: [PATCH] Azure Pipelines CI: update msys2 to the current version --- ci/azure/pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/azure/pipelines.yml b/ci/azure/pipelines.yml index 42dd0eb67e..0d5213c135 100644 --- a/ci/azure/pipelines.yml +++ b/ci/azure/pipelines.yml @@ -31,7 +31,7 @@ jobs: timeoutInMinutes: 360 steps: - powershell: | - (New-Object Net.WebClient).DownloadFile("https://github.com/msys2/msys2-installer/releases/download/2020-09-03/msys2-base-x86_64-20200903.sfx.exe", "sfx.exe") + (New-Object Net.WebClient).DownloadFile("https://github.com/msys2/msys2-installer/releases/download/2020-11-09/msys2-base-x86_64-20201109.sfx.exe", "sfx.exe") .\sfx.exe -y -o\ del sfx.exe displayName: Download/Extract/Install MSYS2