fix(ci): correct rustup download URL for windows
Release Desktop Apps / build-linux (push) Successful in 2m45s
Release Desktop Apps / build-windows (push) Successful in 3h21m29s
Release Desktop Apps / release (push) Successful in 10s

This commit is contained in:
2026-07-16 12:22:18 -04:00
parent 71ee9c59c4
commit 7a6b4f961a
+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