We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a32ede0 commit 75c5517Copy full SHA for 75c5517
.github/build
@@ -1,6 +1,6 @@
1
#!/bin/bash
2
3
-apt update && apt install -y cmake
+apt update && apt install -y cmake musl-tools
4
curl https://sh.rustup.rs -sSf | sh -s -- -y
5
source "$HOME/.cargo/env"
6
rustup target add x86_64-unknown-linux-musl
0 commit comments