Skip to content

Commit

Permalink
Use nightly rust for windows CI
Browse files Browse the repository at this point in the history
Required to fix rust-lang/rust#129020
  • Loading branch information
TobiasFella committed Sep 1, 2024
1 parent 3fda992 commit 7bee0a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ jobs:
.\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-msvc
rustup override add nightly
shell: powershell

- name: Install Rustup
Expand Down

0 comments on commit 7bee0a4

Please sign in to comment.