File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 52
52
- name : Check toml format
53
53
run : make check-toml
54
54
55
+ - name : Install protoc
56
+ uses : arduino/setup-protoc@v3
57
+ with :
58
+ repo-token : ${{ secrets.GITHUB_TOKEN }}
59
+
55
60
- name : Cargo format
56
61
run : make check-fmt
57
62
81
86
- name : Cache Rust artifacts
82
87
uses : Swatinem/rust-cache@v2
83
88
89
+ - name : Install protoc
90
+ uses : arduino/setup-protoc@v3
91
+ with :
92
+ repo-token : ${{ secrets.GITHUB_TOKEN }}
93
+
84
94
- name : Build
85
95
run : make build
86
96
@@ -145,6 +155,9 @@ jobs:
145
155
- uses : actions/checkout@v5
146
156
- name : Setup Nightly Rust toolchain
147
157
uses : ./.github/actions/setup-builder
158
+ - name : Install protoc
159
+ run : sudo apt update && sudo apt install -y protobuf-compiler
160
+
148
161
- name : Generate minimal versions lockfile
149
162
run : |
150
163
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 : sudo apt update && sudo 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