Skip to content

Commit 7c496a7

Browse files
committed
[update] CI to use the nightly rust fmt version.
1 parent dd3f17d commit 7c496a7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/compile_lambda_rs.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,12 @@ jobs:
5454
- name: Obtain rust toolchain for ${{ matrix.rustup-toolchain }}
5555
run: |
5656
rustup toolchain install ${{ matrix.rustup-toolchain }}
57-
rustup component add rustfmt
5857
rustup default ${{ matrix.rustup-toolchain }}
5958
6059
- name: Check formatting
61-
run: cargo fmt --all --check
60+
run: |
61+
rustup component add rustfmt --toolchain nightly-2025-09-26
62+
cargo +nightly-nightly-2025-09-26 fmt --all --check
6263
6364
- name: Build workspace
6465
run: cargo build --workspace --features ${{ matrix.features }}

0 commit comments

Comments
 (0)