build: explicitly add rustfmt and clippy to toolchain action

This commit is contained in:
zhom
2025-07-28 02:47:14 +04:00
parent dc60607388
commit f32b033f9a
+1
View File
@@ -93,6 +93,7 @@ jobs:
uses: dtolnay/rust-toolchain@b3b07ba8b418998c39fb20f53e8b695cdcc8de1b #master
with:
toolchain: stable
components: rustfmt, clippy
- name: Install dependencies (Ubuntu only)
if: matrix.os == 'ubuntu-latest'