Skip to content
This repository was archived by the owner on Dec 27, 2022. It is now read-only.

Commit b09454e

Browse files
committed
Work around CI jobs broken by nightly
rust-lang/rust#88043
1 parent 229bf92 commit b09454e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v2
1414
- uses: dtolnay/rust-toolchain@nightly
15+
with:
16+
# https://github.com/rust-lang/rust/issues/88043
17+
toolchain: nightly-2021-08-14
1518
- run: cargo test
1619

1720
clippy:
@@ -21,3 +24,5 @@ jobs:
2124
- uses: actions/checkout@v2
2225
- uses: dtolnay/rust-toolchain@clippy
2326
- run: cargo clippy -- -Dclippy::all -Dclippy::pedantic
27+
# https://github.com/rust-lang/rust/issues/88043
28+
continue-on-error: true

0 commit comments

Comments
 (0)