Skip to content

Commit 2f3dec9

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 cf18985 commit 2f3dec9

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
@@ -78,11 +78,6 @@ jobs:
7878
steps:
7979
- uses: actions/checkout@master
8080

81-
- name: nightly setup
82-
run: |
83-
rustup toolchain install nightly
84-
rustup default nightly
85-
8681
- name: clippy
8782
run: cargo clippy --workspace --bins --examples --tests -- -D warnings
8883

0 commit comments

Comments
 (0)