We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a86943c commit ec808a7Copy full SHA for ec808a7
1 file changed
.github/workflows/check_and_lint.yaml
@@ -13,6 +13,9 @@ jobs:
13
# env:
14
# RUSTFLAGS: -D warnings
15
steps:
16
+ - name: Install Protoc
17
+ uses: arduino/setup-protoc@v2
18
+
19
- uses: actions/checkout@v2
20
- name: Install latest stable toolchain
21
uses: actions-rs/toolchain@v1
0 commit comments