Skip to content

Commit ab60646

Browse files
Path of Cargo.toml file is provided.
Path of Cargo.toml file is provided using --manifest-path option for cargo build and cargo run commands.
1 parent cdae3b6 commit ab60646

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,9 @@ jobs:
1616

1717
steps:
1818
- uses: actions/checkout@v3
19-
- name: find pwd
20-
run: pwd
21-
- name: list dir
22-
run: ls
2319
- name: Build Library
2420
run: cargo build --manifest-path /home/runner/work/Shared-Object-File-Using-Rust/Shared-Object-File-Using-Rust/SharedObjectFile/addition_library/Cargo.toml --verbose
2521
- name: Build Client
2622
run: cargo build --manifest-path /home/runner/work/Shared-Object-File-Using-Rust/Shared-Object-File-Using-Rust/SharedObjectFile/addition_client/Cargo.toml --verbose
27-
- name: RUn Client
23+
- name: Run Client
2824
run: cargo run --manifest-path /home/runner/work/Shared-Object-File-Using-Rust/Shared-Object-File-Using-Rust/SharedObjectFile/addition_client/Cargo.toml --verbose

0 commit comments

Comments
 (0)