From 5afd6204e8e67020659010a17dbb4dffa1cc45ad Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Wed, 6 Jan 2021 17:08:25 +0100 Subject: [PATCH] Azure CI: update MSYS 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 0d5213c135..a6e8e768fb 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-11-09/msys2-base-x86_64-20201109.sfx.exe", "sfx.exe") + (New-Object Net.WebClient).DownloadFile("https://github.com/msys2/msys2-installer/releases/download/2021-01-05/msys2-base-x86_64-20210105.sfx.exe", "sfx.exe") .\sfx.exe -y -o\ del sfx.exe displayName: Download/Extract/Install MSYS2