File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 17
17
flake. *
18
18
native /** /target /
19
19
Dockerfile
20
- * .pb.ex
21
- * .pb.go
20
+ ** / * .pb.ex
21
+ ** / * .pb.go
Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ jobs:
111
111
sudo apt-get install -y protobuf-compiler
112
112
echo $(protoc --version)
113
113
mix escript.install --force hex protobuf
114
- protoc --elixir_out=./lib proto/libp2p.proto
114
+ protoc --elixir_out=. proto/libp2p.proto
115
115
mix deps.get
116
116
- name : Set up cargo cache
117
117
uses : Swatinem/rust-cache@v2
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ RUN mix deps.compile
62
62
COPY . .
63
63
COPY --from=libp2p_builder /libp2p_port/libp2p_port /consensus/priv/native/libp2p_port
64
64
65
- RUN protoc --elixir_out=./lib proto/libp2p.proto
65
+ RUN protoc --elixir_out=. proto/libp2p.proto
66
66
67
67
RUN mix compile
68
68
You can’t perform that action at this time.
0 commit comments