Skip to content

Commit 0740d41

Browse files
committed
ci: fix missing clippy and rustfmt components in release workflow
Add clippy and rustfmt components to rust-toolchain installation to prevent release failures from missing tools.
1 parent 34082dd commit 0740d41

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
2323

2424
- name: Install stable toolchain
2525
uses: dtolnay/rust-toolchain@stable
26+
with:
27+
components: clippy, rustfmt
2628

2729
- name: Install Dependencies
2830
run: |

0 commit comments

Comments
 (0)