Skip to content

Commit

Permalink
trying again... pt 5
Browse files Browse the repository at this point in the history
  • Loading branch information
RealRTTV committed Feb 10, 2024
1 parent 9429e04 commit dec49ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dec49ad

Please sign in to comment.