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 cae4a51 commit a805b7aCopy full SHA for a805b7a
.github/workflows/rust.yml
@@ -16,6 +16,10 @@ jobs:
16
17
steps:
18
- uses: actions/checkout@v3
19
+ - name: find pwd
20
+ run: pwd
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
25
- name: Build Client
0 commit comments