fix(ci): correct rustup download URL for windows
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user