Skip to content

Commit 90bb73c

Browse files
committed
Add new line at EOF
1 parent 8ca0d82 commit 90bb73c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build_rust_sdk.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,5 @@ jobs:
2828
working-directory: rust_sdk/ledger_device_sdk
2929
run: |
3030
export LEDGER_SDK_PATH=$GITHUB_WORKSPACE/c_sdk
31-
cargo +$RUST_NIGHTLY build --target ${{ matrix.target }}
31+
cargo +$RUST_NIGHTLY build --target ${{ matrix.target }}
32+

0 commit comments

Comments
 (0)