Skip to content

Commit bac0700

Browse files
committed
update ci.yml toolchain
1 parent 297ee59 commit bac0700

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,9 @@ jobs:
1919
- name: checkout
2020
uses: actions/checkout@v4
2121
- name: install
22-
uses: actions-rs/toolchain@v1
22+
uses: dtolnay/rust-toolchain@stable
2323
with:
2424
toolchain: stable
25-
profile: minimal
26-
override: true
2725
components: clippy
2826
- name: clippy
2927
run: cargo clippy --all-features

0 commit comments

Comments
 (0)