fix(ci): submodules

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

View file

@ -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