Skip to content

Commit 4289205

Browse files
authored
ci: link the nightly build
It might happen that users just copy this without updating and I'd rather have them use the current installer instead of an outdated one. This way there will be fewer updates and fewer potential issues.
1 parent 097d2c8 commit 4289205

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: web/docs/ci.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ MSYS2 yourself.
7070

7171
```powershell
7272
# Download the archive
73-
(New-Object System.Net.WebClient).DownloadFile('https://github.com/msys2/msys2-installer/releases/download/2020-06-29/msys2-base-x86_64-20200629.sfx.exe', 'msys2.exe')
73+
(New-Object System.Net.WebClient).DownloadFile('https://github.com/msys2/msys2-installer/releases/download/nightly-x86_64/msys2-base-x86_64-latest.sfx.exe', 'msys2.exe')
7474
.\msys2.exe -y -oC:\ # Extract to C:\msys64
7575
Remove-Item msys2.exe # Delete the archive again
7676
```

0 commit comments

Comments
 (0)