We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1772b41 commit 1fd4b87Copy full SHA for 1fd4b87
.github/workflows/ci.yml
@@ -56,6 +56,9 @@ jobs:
56
- name: Check toml format
57
run: make check-toml
58
59
+ - name: Install Protoc
60
+ uses: arduino/setup-protoc@v3
61
+
62
- name: Cargo format
63
run: make check-fmt
64
@@ -89,6 +92,9 @@ jobs:
89
92
- name: Cache Rust artifacts
90
93
uses: Swatinem/rust-cache@v2
91
94
95
96
97
98
- name: Build
99
run: make build
100
.github/workflows/website.yml
@@ -40,7 +40,10 @@ jobs:
40
- name: Setup mdBook
41
uses: peaceiris/actions-mdbook@v2
42
with:
43
- mdbook-version: '0.4.36'
+ mdbook-version: "0.4.36"
44
45
46
47
48
49
working-directory: website
0 commit comments