Skip to content

Commit 1c546c0

Browse files
committed
Use nightly for rustfmt checks in CI
1 parent db6d98a commit 1c546c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ jobs:
171171

172172
steps:
173173
- uses: actions/checkout@v4
174-
- uses: dtolnay/rust-toolchain@stable
174+
- uses: dtolnay/rust-toolchain@nightly
175175
with:
176176
components: rustfmt
177177
- uses: Swatinem/rust-cache@v2

0 commit comments

Comments
 (0)