Skip to content

Commit

Permalink
trying again... pt 2
Browse files Browse the repository at this point in the history
  • Loading branch information
RealRTTV committed Feb 10, 2024
1 parent 484223a commit 739ca97
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 @@ -28,7 +28,7 @@ jobs:
Invoke-WebRequest https://win.rustup.rs/ -OutFile rustup-init.exe
.\rustup-init.exe -y --default-host=x86_64-pc-windows-msvc --default-toolchain=none
del rustup-init.exe
rustup target add x86_64-pc-windows-gnu
rustup target add x86_64-pc-windows-gnu --toolchain nightly
shell: powershell

- name: Build and Test
Expand Down

0 comments on commit 739ca97

Please sign in to comment.