From d3b752f5a79a4bae23d90cd7d8f97cb65e87c14d Mon Sep 17 00:00:00 2001 From: Andrea Toska Date: Thu, 6 Mar 2025 10:20:19 +0100 Subject: [PATCH] fix(ci): submodules --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3f14281..5c73325 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ COPY . . RUN apt-get update && apt-get install protobuf-compiler -y -RUN which protoc +RUN git submodule update --init --recursive RUN cargo build --release