Skip to content

Commit

Permalink
Add fixed nightly toolchain version for the formatting job (#997)
Browse files Browse the repository at this point in the history
Added fixed nightly toolchain version for the formatting job

Signed-off-by: Bogdan Mircea <mirceapetrebogdan@gmail.com>
  • Loading branch information
bobozaur authored Sep 26, 2023
1 parent ecc2047 commit 72ed0a9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,12 @@ jobs:
uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
toolchain: nightly
toolchain: nightly-2023-05-08
components: rustfmt
override: true
- name: "Verify code formatting"
run: |
cargo +nightly fmt --check
cargo +nightly-2023-05-08 fmt --check
workflow-setup:
runs-on: ubuntu-20.04
Expand Down

0 comments on commit 72ed0a9

Please sign in to comment.