Skip to content

Commit

Permalink
Install fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Hinton committed Jan 16, 2024
1 parent 8f517ab commit 3ac3ba4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ jobs:
toolchain: stable

- name: Install rust nightly
run: rustup toolchain install nightly
run: |
rustup toolchain install nightly
rustup component add rustfmt --toolchain nightly-x86_64-unknown-linux-gnu
- name: Cache cargo registry
uses: Swatinem/rust-cache@3cf7f8cc28d1b4e7d01e3783be10a97d55d483c8 # v2.7.1
Expand Down

0 comments on commit 3ac3ba4

Please sign in to comment.