File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 56
56
- name : Check toml format
57
57
run : make check-toml
58
58
59
+ - name : Install protoc
60
+ run : sudo apt update && sudo apt install -y protobuf-compiler
61
+
59
62
- name : Cargo format
60
63
run : make check-fmt
61
64
89
92
- name : Cache Rust artifacts
90
93
uses : Swatinem/rust-cache@v2
91
94
95
+ - name : Install protoc
96
+ run : sudo apt update && sudo apt install -y protobuf-compiler
97
+
92
98
- name : Build
93
99
run : make build
94
100
@@ -153,6 +159,9 @@ jobs:
153
159
- uses : actions/checkout@v5
154
160
- name : Setup Nightly Rust toolchain
155
161
uses : ./.github/actions/setup-builder
162
+ - name : Install protoc
163
+ run : sudo apt update && sudo apt install -y protobuf-compiler
164
+
156
165
- name : Generate minimal versions lockfile
157
166
run : |
158
167
cargo generate-lockfile -Z direct-minimal-versions -Z minimal-versions
Original file line number Diff line number Diff line change 40
40
- name : Setup mdBook
41
41
uses : peaceiris/actions-mdbook@v2
42
42
with :
43
- mdbook-version : ' 0.4.36'
43
+ mdbook-version : " 0.4.36"
44
+
45
+ - name : Install protoc
46
+ run : apt update && apt install -y protobuf-compiler
44
47
45
48
- name : Build
46
49
working-directory : website
You can’t perform that action at this time.
0 commit comments