Skip to content

Commit e38df4a

Browse files
committed
[fix] tyo
1 parent 7c496a7 commit e38df4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/compile_lambda_rs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
- name: Check formatting
6060
run: |
6161
rustup component add rustfmt --toolchain nightly-2025-09-26
62-
cargo +nightly-nightly-2025-09-26 fmt --all --check
62+
cargo +nightly-2025-09-26 fmt --all --check
6363
6464
- name: Build workspace
6565
run: cargo build --workspace --features ${{ matrix.features }}

0 commit comments

Comments
 (0)