File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments