Skip to content

Commit 59c22e4

Browse files
committed
use rustc 1.41.1 for windows CI
On windows-latest and rustc 1.39.0 we are seeing something related to what was fixed here: rust-lang/rust#66394
1 parent a711c7c commit 59c22e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ jobs:
2222
- rust: 1.39.0
2323
os: ubuntu-20.04
2424
extras: [update]
25-
- rust: 1.39.0
25+
- rust: 1.41.1
2626
os: windows-latest
27-
- rust: 1.39.0
27+
- rust: 1.41.1
2828
os: windows-latest
2929
extras: [update]
3030
- rust: stable

0 commit comments

Comments
 (0)