authorgravatar for 124872+jedisct1@users.noreply.github.comFrank Denis <124872+jedisct1@users.noreply.github.com> 2020-11-13 22:10:56+01:00
committergravatar for kubkon@jakubkonka.comJakub Konka <kubkon@jakubkonka.com> 2020-11-15 00:27:18+01:00
log7b9af0592de9041b18582ddf68b2d05adb2df977
tree70ae77b0abe0fbaf509938fced6640c175d89bb6
parentbf03ae7acc2e8478958e46b2e418fcf29aa99128

Azure Pipelines CI: update msys2 to the current version


1 files changed, 1 insertions(+), 1 deletions(-)

ci/azure/pipelines.yml+1-1
......@@ -31,7 +31,7 @@ jobs:
3131 timeoutInMinutes: 360
3232 steps:
3333 - powershell: |
34 (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")
34 (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")
3535 .\sfx.exe -y -o\
3636 del sfx.exe
3737 displayName: Download/Extract/Install MSYS2