Skip to content

Commit 3f4a8e0

Browse files
committed
Use nightly rust for windows CI
Required to fix rust-lang/rust#129020
1 parent bf7fb66 commit 3f4a8e0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ jobs:
138138
.\rustup-init.exe -y --default-host=x86_64-pc-windows-msvc --default-toolchain=none
139139
del rustup-init.exe
140140
rustup target add x86_64-pc-windows-msvc
141+
rustup override add nightly
141142
shell: powershell
142143

143144
- name: Install Rustup

0 commit comments

Comments
 (0)