Skip to content

Commit d5b47f1

Browse files
committed
node: solana CI - fix Cargo.toml path
1 parent 9bafb77 commit d5b47f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/solana.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
run: cargo check --workspace --tests --manifest-path Cargo.toml
6565

6666
- name: Run `cargo clippy`
67-
run: cargo clippy --workspace --tests --manifest-path solana/Cargo.toml -- -Dclippy::cast_possible_truncation
67+
run: cargo clippy --workspace --tests --manifest-path Cargo.toml -- -Dclippy::cast_possible_truncation
6868

6969
- name: Cache solana tools
7070
id: cache-solana

0 commit comments

Comments
 (0)