ci: add cmake to build
All checks were successful
Build and Test / splatie (push) Successful in 12m22s

This commit is contained in:
kittentm 2026-05-18 21:28:28 +02:00
commit a5587a318e
Signed by: kitten
GPG key ID: 394B4EABE4405A83

View file

@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1
FROM rust:alpine AS chef
RUN apk add --no-cache openssl-dev musl-dev openssl-libs-static lld git g++ make
RUN apk add --no-cache openssl-dev musl-dev openssl-libs-static lld git g++ make cmake
RUN cargo install cargo-chef
WORKDIR /app