Commit 5402235
ci: install protoc in Docker CICD workflow
The docker.yml workflow was missing protobuf-compiler, causing
build.rs (tonic_build for proto/pipe.proto) to fail on the
self-hosted runner.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 3002891 commit 5402235
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
0 commit comments