Skip to content

Commit d1ab869

Browse files
Update build
Adding installation of cmake with apt inside the docker image that builds the binary
1 parent 7ac33d0 commit d1ab869

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/build

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

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

0 commit comments

Comments
 (0)