Skip to content

Commit 2fa9c25

Browse files
committed
Pin CI to nightly-2020-07-21 to avoid rust-lang/rust#74614
1 parent ba2b69a commit 2fa9c25

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313
- uses: actions/checkout@v2
1414
- uses: dtolnay/rust-toolchain@nightly
1515
with:
16+
# Pinned because of https://github.com/rust-lang/rust/issues/74614
17+
toolchain: nightly-2020-07-21
1618
components: rustc-dev
1719
- run: cargo test --all-features --release
1820

0 commit comments

Comments
 (0)