CI: Fix missing components in rust setup

This commit is contained in:
Markus Unterwaditzer
2025-09-26 12:00:20 +02:00
committed by Cooper Quintin
parent 9f57edd385
commit f6ff61f26b

View File

@@ -105,6 +105,8 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
with:
components: rustfmt, clippy
- uses: Swatinem/rust-cache@v2
- name: Check formatting
run: cargo fmt --all --check