Skip to content

Commit a805b7a

Browse files
Update rust.yml
1 parent cae4a51 commit a805b7a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/rust.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ jobs:
1616

1717
steps:
1818
- uses: actions/checkout@v3
19+
- name: find pwd
20+
run: pwd
21+
- name: list dir
22+
run: ls
1923
- name: Build Library
2024
run: cargo build --manifest-path /home/runner/work/Shared-Object-Libray-Using-Rust/Shared-Object-Library-Using-Rust/SharedObjectFile/addition_library/Cargo.toml --verbose
2125
- name: Build Client

0 commit comments

Comments
 (0)