We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c16b088 commit 524dd32Copy full SHA for 524dd32
1 file changed
.github/workflows/build.yaml
@@ -16,9 +16,12 @@ jobs:
16
- uses: jirutka/setup-alpine@v1
17
with:
18
branch: v3.15
19
- - run: apk add rust cargo
20
- shell: alpine.sh --root {0}
21
- - run: cargo build && cargo build --release
+ packages: >
+ rust
+ cargo
22
+ - run: |
23
+ ls -l
24
+ cargo build && cargo build --release
25
shell: alpine.sh {0}
26
27
- name: Find built shared library
0 commit comments