We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd3f17d commit 7c496a7Copy full SHA for 7c496a7
.github/workflows/compile_lambda_rs.yml
@@ -54,11 +54,12 @@ jobs:
54
- name: Obtain rust toolchain for ${{ matrix.rustup-toolchain }}
55
run: |
56
rustup toolchain install ${{ matrix.rustup-toolchain }}
57
- rustup component add rustfmt
58
rustup default ${{ matrix.rustup-toolchain }}
59
60
- name: Check formatting
61
- run: cargo fmt --all --check
+ run: |
+ rustup component add rustfmt --toolchain nightly-2025-09-26
62
+ cargo +nightly-nightly-2025-09-26 fmt --all --check
63
64
- name: Build workspace
65
run: cargo build --workspace --features ${{ matrix.features }}
0 commit comments