Skip to content

Commit

Permalink
ci: use specific nightly for formatting/linting
Browse files Browse the repository at this point in the history
  • Loading branch information
mfontanini committed Jan 19, 2025
1 parent a8e78d2 commit bc3233d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/merge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
uses: actions/checkout@v4

- name: Install stable toolchain
uses: dtolnay/rust-toolchain@nightly
uses: dtolnay/rust-toolchain@nightly-2025-01-17
with:
components: rustfmt, clippy

Expand Down

0 comments on commit bc3233d

Please sign in to comment.