We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a805b7a commit 4ced5f2Copy full SHA for 4ced5f2
.github/workflows/rust.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: list dir
22
run: ls
23
- 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
+ run: cargo build --manifest-path /home/runner/work/Shared-Object-Library-Using-Rust/Shared-Object-Library-Using-Rust/SharedObjectFile/addition_library/Cargo.toml --verbose
25
- name: Build Client
26
run: cargo build --manifest-path /home/runner/work/Shared-Object-Libray-Using-Rust/Shared-Object-Library-Using-Rust/SharedObjectFile/addition_client/Cargo.toml --verbose
27
- name: Run Client
0 commit comments