Skip to content

Commit

Permalink
fix(ci): improve rust yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tiamo committed Nov 5, 2024
1 parent f0d6ece commit 88e9b13
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,6 @@ jobs:

steps:
- uses: actions/checkout@v4

- uses: actions-rs/toolchain@v1
with:
toolchain: nightly
components: rustfmt, clippy

- uses: Swatinem/rust-cache@v2

- name: Check formatting
Expand Down

0 comments on commit 88e9b13

Please sign in to comment.