Skip to content

Commit

Permalink
fix: install nightly rustfmt in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Wodann committed Feb 20, 2024
1 parent 0f121fe commit 5ecedb0
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -275,12 +275,19 @@ jobs:
with:
submodules: true

- name: Install nightly rustfmt
uses: actions-rs/toolchain@v1
with:
toolchain: nightly
profile: minimal
components: rustfmt

- name: Install stable toolchain
uses: actions-rs/toolchain@v1
with:
profile: minimal
override: true
components: clippy, rustfmt
components: clippy

- uses: Swatinem/rust-cache@v2

Expand Down

0 comments on commit 5ecedb0

Please sign in to comment.