Skip to content

Commit 8a2a79b

Browse files
committed
ci: fix toolchain install
1 parent c22736d commit 8a2a79b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
- name: Install Rust
3333
uses: dtolnay/rust-toolchain@v1
3434
with:
35+
toolchain: stable
3536
components: clippy, rustfmt
3637
- name: Rust fmt
3738
run: cargo fmt --all -- --check

0 commit comments

Comments
 (0)