Skip to content

Commit 7d9d253

Browse files
authored
Update ci.yaml
1 parent 380ce21 commit 7d9d253

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/ci.yaml

+2-6
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,7 @@ jobs:
1111
- uses: actions/checkout@v4
1212
- uses: actions-rust-lang/setup-rust-toolchain@v1
1313
with:
14-
toolchain: nightly
15-
components: rustfmt
14+
toolchain: nightly stable
15+
components: rustfmt,clippy
1616
- run: cargo +nightly --version
17-
- uses: actions-rust-lang/setup-rust-toolchain@v1
18-
with:
19-
toolchain: stable
20-
components: clippy
2117
- run: cargo +stable --version

0 commit comments

Comments
 (0)