Skip to content

Commit c5a9b0c

Browse files
authored
fix: install musl-tools in linux build step (#217)
1 parent 7195f00 commit c5a9b0c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ jobs:
1919
- name: Checkout repository
2020
uses: actions/checkout@v4
2121

22+
- name: Install system dependencies
23+
run: sudo apt-get update && sudo apt-get install -y musl-tools
24+
2225
- name: Setup Rust
2326
uses: dtolnay/rust-toolchain@stable
2427

0 commit comments

Comments
 (0)