This commit is contained in:
sijie.sun
2025-01-10 21:31:09 +08:00
parent 314f00700f
commit feccc3ff8d
+1 -1
View File
@@ -9,7 +9,7 @@ echo "TARGET: $TARGET"
echo "GUI_TARGET: $GUI_TARGET"
echo "OS: $OS"
if [[ $TARGET =~ "^.*win7.*$" ]]; then
if [[ $TARGET =~ ^.*win7.*$ ]]; then
echo "Install For Win7"
rustup set auto-self-update disable
rustup toolchain install nightly