diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index fcd5aa2..ffdd518 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -26,7 +26,7 @@ jobs: # Disable the download progress bar which can cause perf issues $ProgressPreference = "SilentlyContinue" Invoke-WebRequest https://win.rustup.rs/ -OutFile rustup-init.exe - .\rustup-init.exe -y --default-host=x86_64-pc-windows-gnu --default-toolchain=none + .\rustup-init.exe -y --default-host=x86_64-pc-windows-gnu --default-toolchain=nightly del rustup-init.exe rustup target add x86_64-pc-windows-gnu --toolchain nightly shell: powershell