Skip to content

Commit cfdbe58

Browse files
Add musl tools installation to Rust CI workflow
Added installation step for musl tools in CI workflow.
1 parent 26772b4 commit cfdbe58

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/rust.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ jobs:
1919

2020
- name: Install musl target
2121
run: rustup target add x86_64-unknown-linux-musl
22+
23+
- name: Install musl tools
24+
run: sudo apt-get update && sudo apt-get install -y musl-tools
2225

2326
- name: Build
2427
run: cargo build --verbose

0 commit comments

Comments
 (0)