1
mirror of https://github.com/jedisct1/libsodium.git synced 2024-12-19 10:05:05 -07:00

Update MSYS2 to 2024-12-08

This commit is contained in:
Frank Denis 2024-12-09 01:16:44 +01:00
parent 985ad65bfb
commit 5be04ea60e

View File

@ -48,7 +48,7 @@ jobs:
vmImage: "windows-2019" vmImage: "windows-2019"
steps: steps:
- powershell: | - powershell: |
(New-Object Net.WebClient).DownloadFile("https://github.com/msys2/msys2-installer/releases/download/2024-05-07/msys2-base-x86_64-20240507.sfx.exe", "sfx.exe") (New-Object Net.WebClient).DownloadFile("https://github.com/msys2/msys2-installer/releases/download/2024-12-08/msys2-base-x86_64-20241208.sfx.exe", "sfx.exe")
.\sfx.exe -y -o\ .\sfx.exe -y -o\
del sfx.exe del sfx.exe
displayName: Install MSYS2 displayName: Install MSYS2
@ -87,7 +87,7 @@ jobs:
vmImage: "windows-2019" vmImage: "windows-2019"
steps: steps:
- powershell: | - powershell: |
(New-Object Net.WebClient).DownloadFile("https://github.com/msys2/msys2-installer/releases/download/2024-05-07/msys2-base-x86_64-20240507.sfx.exe", "sfx.exe") (New-Object Net.WebClient).DownloadFile("https://github.com/msys2/msys2-installer/releases/download/2024-12-08/msys2-base-x86_64-20241208.sfx.exe", "sfx.exe")
.\sfx.exe -y -o\ .\sfx.exe -y -o\
del sfx.exe del sfx.exe
displayName: Install MSYS2 displayName: Install MSYS2