Skip to content

Commit 75c5517

Browse files
Update build to include installation of musl-tools
1 parent a32ede0 commit 75c5517

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/build

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
apt update && apt install -y cmake
3+
apt update && apt install -y cmake musl-tools
44
curl https://sh.rustup.rs -sSf | sh -s -- -y
55
source "$HOME/.cargo/env"
66
rustup target add x86_64-unknown-linux-musl

0 commit comments

Comments
 (0)