Skip to content

Commit

Permalink
Update rust.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
plotchy authored Jun 26, 2024
1 parent 17cd2ed commit 185e594
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ jobs:
# Install Rust toolchain
- name: Install Rust toolchain
run: rustup toolchain install nightly

# Install rustfmt component for nightly toolchain
- name: Install rustfmt for nightly
run: rustup component add --toolchain nightly rustfmt

# Lint with fmt using nightly toolchain
- name: Lint with fmt
Expand Down

0 comments on commit 185e594

Please sign in to comment.