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 5656 - name : Check toml format
5757 run : make check-toml
5858
59+ - name : Install protoc
60+ uses : arduino/setup-protoc@v3
61+
5962 - name : Cargo format
6063 run : make check-fmt
6164
8992 - name : Cache Rust artifacts
9093 uses : Swatinem/rust-cache@v2
9194
95+ - name : Install protoc
96+ uses : arduino/setup-protoc@v3
97+
9298 - name : Build
9399 run : make build
94100
@@ -153,6 +159,9 @@ jobs:
153159 - uses : actions/checkout@v5
154160 - name : Setup Nightly Rust toolchain
155161 uses : ./.github/actions/setup-builder
162+ - name : Install protoc
163+ run : sudo apt update && sudo apt install -y protobuf-compiler
164+
156165 - name : Generate minimal versions lockfile
157166 run : |
158167 cargo generate-lockfile -Z direct-minimal-versions -Z minimal-versions
Original file line number Diff line number Diff line change 4040 - name : Setup mdBook
4141 uses : peaceiris/actions-mdbook@v2
4242 with :
43- mdbook-version : ' 0.4.36'
43+ mdbook-version : " 0.4.36"
44+
45+ - name : Install protoc
46+ run : sudo apt update && sudo apt install -y protobuf-compiler
4447
4548 - name : Build
4649 working-directory : website
You can’t perform that action at this time.
0 commit comments