Skip to content

Commit 538135a

Browse files
committed
temp(ci): Test if rustfmt job works with nightly toolchain
1 parent 6e54636 commit 538135a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,9 +136,9 @@ jobs:
136136
submodules: recursive
137137
- uses: dtolnay/rust-toolchain@c5a29ddb4d9d194e7c84ec8c3fba61b1c31fee8c
138138
with:
139-
toolchain: ${{ env.RUST_TOOLCHAIN_VERSION }}
139+
toolchain: nightly-2025-01-15
140140
components: rustfmt
141-
- run: cargo fmt --all -- --check
141+
- run: cargo +nightly-2025-01-15 fmt --all -- --check
142142

143143
run_clippy:
144144
name: Run Clippy

0 commit comments

Comments
 (0)