Skip to content

Commit 4ced5f2

Browse files
Update rust.yml
1 parent a805b7a commit 4ced5f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: list dir
2222
run: ls
2323
- name: Build Library
24-
run: cargo build --manifest-path /home/runner/work/Shared-Object-Libray-Using-Rust/Shared-Object-Library-Using-Rust/SharedObjectFile/addition_library/Cargo.toml --verbose
24+
run: cargo build --manifest-path /home/runner/work/Shared-Object-Library-Using-Rust/Shared-Object-Library-Using-Rust/SharedObjectFile/addition_library/Cargo.toml --verbose
2525
- name: Build Client
2626
run: cargo build --manifest-path /home/runner/work/Shared-Object-Libray-Using-Rust/Shared-Object-Library-Using-Rust/SharedObjectFile/addition_client/Cargo.toml --verbose
2727
- name: Run Client

0 commit comments

Comments
 (0)