| ... | @@ -40,7 +40,6 @@ jobs: | ... | @@ -40,7 +40,6 @@ jobs: |
| 40 | - powershell: | | 40 | - powershell: | |
| 41 | (New-Object Net.WebClient).DownloadFile("https://github.com/msys2/msys2-installer/releases/download/2021-07-25/msys2-base-x86_64-20210725.sfx.exe", "sfx.exe") | 41 | (New-Object Net.WebClient).DownloadFile("https://github.com/msys2/msys2-installer/releases/download/2021-07-25/msys2-base-x86_64-20210725.sfx.exe", "sfx.exe") |
| 42 | .\sfx.exe -y -o\ | 42 | .\sfx.exe -y -o\ |
| 43 | del sfx.exe | | |
| 44 | displayName: Download/Extract/Install MSYS2 | 43 | displayName: Download/Extract/Install MSYS2 |
| 45 | - script: | | 44 | - script: | |
| 46 | @REM install updated filesystem package first without dependency checking | 45 | @REM install updated filesystem package first without dependency checking |