Skip to content

Commit d72e34f

Browse files
authored
Merge pull request #7820 from QwikDev/fix-ci
fix(ci): required rust components
2 parents daf0598 + de36508 commit d72e34f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

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

276276
- name: Install Rust toolchain
277277
uses: actions-rust-lang/setup-rust-toolchain@v1
278+
with:
279+
components: clippy,rustfmt
278280

279281
- uses: pnpm/action-setup@v4
280282
- name: Setup Node

0 commit comments

Comments
 (0)