fix(ci): debug protoc

This commit is contained in:
Andrea Toska 2025-03-06 10:12:55 +01:00
commit 1bfa8edd1f
No known key found for this signature in database
GPG key ID: 5B3C83807CCBE9A2

View file

@ -6,6 +6,8 @@ COPY . .
RUN apt-get update && apt-get install protobuf-compiler -y
RUN which protoc
RUN cargo build --release
FROM rust:1.85 AS final