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 ed87a3b commit f4c358bCopy full SHA for f4c358b
.github/workflows/rust.yml
@@ -16,10 +16,6 @@ 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-Library-Using-Rust/Shared-Object-Library-Using-Rust/SharedObjectFile/addition_library/Cargo.toml --verbose
25
- name: Build Client
0 commit comments