We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ac33d0 commit d1ab869Copy full SHA for d1ab869
.github/build
@@ -1,5 +1,6 @@
1
#!/bin/bash
2
3
+apt update && apt install -y cmake
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