We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed11b36 commit 7f267f9Copy full SHA for 7f267f9
1 file changed
.github/workflows/build.yaml
@@ -21,8 +21,7 @@ jobs:
21
packages: >
22
rust
23
cargo
24
- - run: |
25
- ls -l
+ - run: cargo build && cargo build --release
26
shell: alpine.sh {0}
27
28
- name: Find built shared library
0 commit comments