Skip to content

Commit 932a676

Browse files
committed
ci: run fmt-clippy-docs on stable
Avoids components sometimes not being available on nightly, and has less complexity than running beta.
1 parent a312ebf commit 932a676

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,6 @@ jobs:
5353
steps:
5454
- uses: actions/checkout@master
5555

56-
- name: nightly setup
57-
run: |
58-
rustup toolchain install nightly
59-
rustup default nightly
60-
6156
- name: clippy
6257
run: cargo clippy --workspace --benches --bins --examples --tests --features "hyperium_http,unstable" -- -D warnings
6358

0 commit comments

Comments
 (0)