Skip to content

Commit

Permalink
nightly rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
smohan-dw authored Dec 27, 2023
1 parent 65c7268 commit 37e9c9b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci-on-pr-rustfmt-test-clippy-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ jobs:
- name: show active toolchain
run: rustup show active-toolchain

- name: add nightly rustfmt
run: rustup component add rustfmt --toolchain nightly-x86_64-unknown-linux-gnu

- name: cache rust toolchain and dependencies
uses: actions/cache@v3
with:
Expand Down

0 comments on commit 37e9c9b

Please sign in to comment.