Skip to content

Commit 046a1e6

Browse files
committed
ci: use nightly-2022-03-20 before ring regression
1 parent 0cd6c91 commit 046a1e6

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,8 @@ jobs:
8181
- name: Install toolchain
8282
uses: actions-rs/toolchain@v1
8383
with:
84-
toolchain: nightly
84+
# nightly regression https://github.com/rust-lang/rust/issues/95267
85+
toolchain: nightly-2022-03-20
8586
profile: minimal
8687
components: rustfmt, clippy
8788
override: true
@@ -91,7 +92,7 @@ jobs:
9192
cache-on-failure: true
9293

9394
- name: cargo fmt
94-
run: cargo +nightly fmt --all -- --check
95+
run: cargo +nightly-2022-03-20 fmt --all -- --check
9596

9697
- name: cargo clippy
97-
run: cargo +nightly clippy --all --all-features -- -D warnings
98+
run: cargo +nightly-2022-03-20 clippy --all --all-features -- -D warnings

0 commit comments

Comments
 (0)