Skip to content

Commit 6c10b57

Browse files
committed
chore(github): fix warnings in lint and test workflow
1 parent c192a4b commit 6c10b57

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,8 @@ jobs:
1818
- name: Checkout
1919
uses: actions/checkout@v4
2020
- name: Install rust toolchain
21-
uses: actions-rs/toolchain@v1
21+
uses: dtolnay/rust-toolchain@stable
2222
with:
23-
profile: minimal
24-
toolchain: stable
25-
override: true
2623
components: rustfmt, clippy
2724
- name: Set up cargo cache
2825
uses: Swatinem/rust-cache@v2

0 commit comments

Comments
 (0)