fix(ci): correct rustup download URL for windows

This commit is contained in:
2026-07-16 12:22:18 -04:00
parent e62f551e2f
commit 908b87eb5d
+1 -1
View File
@@ -46,7 +46,7 @@ jobs:
cache-dependency-path: 'web/package-lock.json'
- name: Install Rust
run: |
curl.exe -sLO https://win.rustup.rs/x86_64/rustup-init.exe
curl.exe -sLo rustup-init.exe https://win.rustup.rs/x86_64
rustup-init.exe -y --default-toolchain stable --profile minimal
set PATH=%USERPROFILE%\.cargo\bin;%PATH%
rustc --version