ci: install cmake in alpine builder
This commit is contained in:
parent
19868a47d0
commit
730549437b
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ RUN apk add --update --no-cache wget musl-dev && \
|
||||||
git \
|
git \
|
||||||
build-base \
|
build-base \
|
||||||
clang \
|
clang \
|
||||||
|
cmake \
|
||||||
llvm \
|
llvm \
|
||||||
gn \
|
gn \
|
||||||
tar \
|
tar \
|
||||||
|
|
Loading…
Reference in a new issue