Skip to content

Commit 6a44439

Browse files
committed
Update windows CI toolchain to 1.48.0
The hope is that the random LLVM failures will stop, rust-lang/rust#72470 being fixed.
1 parent 85cf793 commit 6a44439

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
- uses: actions-rs/toolchain@v1
2525
with:
26-
toolchain: 1.46.0
26+
toolchain: 1.48.0
2727
default: true
2828

2929
- uses: actions/cache@v2

0 commit comments

Comments
 (0)