fix(ci): debug protoc
This commit is contained in:
parent
9e1c51a099
commit
1bfa8edd1f
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue