We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8876b35 commit fcf1918Copy full SHA for fcf1918
1 file changed
.github/workflows/build.yml
@@ -31,9 +31,6 @@ jobs:
31
32
- uses: Swatinem/rust-cache@v2
33
34
- - name: Install Protoc
35
- uses: arduino/setup-protoc@v3
36
-
37
- name: Run cargo test
38
uses: actions-rs/cargo@v1
39
with:
@@ -58,9 +55,6 @@ jobs:
58
55
override: true
59
56
components: llvm-tools-preview
60
57
61
62
63
64
65
66
- name: Download grcov
@@ -97,9 +91,6 @@ jobs:
97
91
98
92
components: rustfmt, clippy
99
93
100
101
102
103
94
104
95
105
96
- name: Run cargo fmt
0 commit comments