Skip to content

Commit 524dd32

Browse files
committed
_
1 parent c16b088 commit 524dd32

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/build.yaml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,12 @@ jobs:
1616
- uses: jirutka/setup-alpine@v1
1717
with:
1818
branch: v3.15
19-
- run: apk add rust cargo
20-
shell: alpine.sh --root {0}
21-
- run: cargo build && cargo build --release
19+
packages: >
20+
rust
21+
cargo
22+
- run: |
23+
ls -l
24+
cargo build && cargo build --release
2225
shell: alpine.sh {0}
2326
2427
- name: Find built shared library

0 commit comments

Comments
 (0)