mirror of
https://github.com/EFForg/rayhunter.git
synced 2026-04-26 15:39:59 -07:00
CI: Fix missing components in rust setup
This commit is contained in:
committed by
Cooper Quintin
parent
9f57edd385
commit
f6ff61f26b
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user