Skip to content

Commit 66b8f9d

Browse files
committed
ci(release): update Rust installation step to include stable version
1 parent a2f93e3 commit 66b8f9d

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,14 @@ jobs:
1818
with:
1919
fetch-depth: 0
2020

21-
- name: Install Rust
21+
- name: Install Rust stable
2222
uses: dtolnay/rust-toolchain@stable
2323

24+
- name: Install Rust nightly with components
25+
uses: dtolnay/rust-toolchain@nightly
26+
with:
27+
components: rustfmt, clippy
28+
2429
- uses: taiki-e/install-action@v2
2530
with:
2631
tool: just,cargo-machete,taplo-cli,typos-cli,rumdl

0 commit comments

Comments
 (0)