Skip to content

Commit 619f6cb

Browse files
authored
Use nightly fmt (#3254)
* fmt * a
1 parent 4dc5a8e commit 619f6cb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build_and_test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,9 @@ jobs:
216216
MAIN_LLVM_VERSION: 20
217217
steps:
218218
- uses: actions/checkout@v4
219-
- uses: ./.github/workflows/ubuntu-prepare
219+
- uses: dtolnay/rust-toolchain@stable
220+
with:
221+
components: rustfmt
220222
- uses: Swatinem/rust-cache@v2
221223
with: { shared-key: "ubuntu" }
222224
- name: Installing black

0 commit comments

Comments
 (0)