Skip to content

Commit

Permalink
try princeton osdn mirror
Browse files Browse the repository at this point in the history
  • Loading branch information
jmckisson committed Apr 13, 2024
1 parent 31a35d1 commit c44e64f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CI/appveyor.functions.ps1
Expand Up @@ -196,7 +196,7 @@ function InstallCmake() {
}

function InstallMingwGet() {
DownloadFile "https://osdn.net/frs/redir.php?m=xtom&f=mingw%2F68260%2Fmingw-get-0.6.3-mingw32-pre-20170905-1-bin.zip" "mingw-get.zip"
DownloadFile "https://osdn.net/frs/redir.php?m=princeton&f=mingw%2F68260%2Fmingw-get-0.6.3-mingw32-pre-20170905-1-bin.zip" "mingw-get.zip"
if (!(Test-Path -Path "C:\MinGW" -PathType Container)) {
Step "Creating MinGW path"
New-Item -Path "C:\MinGW" -ItemType "directory" >> "$logFile" 2>&1
Expand Down

0 comments on commit c44e64f

Please sign in to comment.