diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 01b1ce5..6bb7ae2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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