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 7c496a7 commit e38df4aCopy full SHA for e38df4a
.github/workflows/compile_lambda_rs.yml
@@ -59,7 +59,7 @@ jobs:
59
- name: Check formatting
60
run: |
61
rustup component add rustfmt --toolchain nightly-2025-09-26
62
- cargo +nightly-nightly-2025-09-26 fmt --all --check
+ cargo +nightly-2025-09-26 fmt --all --check
63
64
- name: Build workspace
65
run: cargo build --workspace --features ${{ matrix.features }}
0 commit comments