CI: Update Qt windows installer download

This commit is contained in:
tt2468 2021-04-11 20:21:18 -07:00
parent b7bd95dcc4
commit 30e2a5428f

View File

@ -2,7 +2,7 @@ if exist %QtBaseDir% (
echo "Qt directory found. Download skipped."
) else (
echo "Qt directory not found. Downloading..."
curl -kLO http://home.tt2468.net:86/dl/Qt_5.15.2.7z -f --retry 5 -C -
curl -kLO https://tt2468.net/dl/Qt_5.15.2.7z -f --retry 5 -C -
7z x Qt_5.15.2.7z -o%QtBaseDir%
)
dir %QtBaseDir%