mirror of
https://github.com/EFForg/rayhunter.git
synced 2026-04-26 07:29:59 -07:00
Try to use the same rust version as in other jobs
This commit is contained in:
committed by
Cooper Quintin
parent
9d736f5bf0
commit
cddc590c77
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
@@ -104,6 +104,7 @@ jobs:
|
||||
contents: read
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: dtolnay/rust-toolchain@stable
|
||||
- uses: Swatinem/rust-cache@v2
|
||||
- name: Check formatting
|
||||
run: cargo fmt --all --check
|
||||
|
||||
Reference in New Issue
Block a user