File tree 1 file changed +12
-0
lines changed 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 7
7
name : Check
8
8
runs-on : ubuntu-latest
9
9
steps :
10
+ - name : Install Protoc
11
+ uses : arduino/setup-protoc@v1
10
12
- uses : actions/checkout@v2
11
13
- uses : actions-rs/toolchain@v1
12
14
with :
45
47
name : Test Suite
46
48
runs-on : ubuntu-latest
47
49
steps :
50
+ - name : Install Protoc
51
+ uses : arduino/setup-protoc@v1
48
52
- uses : actions/checkout@v2
49
53
- uses : actions-rs/toolchain@v1
50
54
with :
79
83
name : Rustfmt
80
84
runs-on : ubuntu-latest
81
85
steps :
86
+ - name : Install Protoc
87
+ uses : arduino/setup-protoc@v1
82
88
- uses : actions/checkout@v2
83
89
- uses : actions-rs/toolchain@v1
84
90
with :
95
101
name : Clippy
96
102
runs-on : ubuntu-latest
97
103
steps :
104
+ - name : Install Protoc
105
+ uses : arduino/setup-protoc@v1
98
106
- uses : actions/checkout@v2
99
107
- uses : actions-rs/toolchain@v1
100
108
with :
@@ -124,6 +132,8 @@ jobs:
124
132
name : Check rustdoc intra-doc links
125
133
runs-on : ubuntu-latest
126
134
steps :
135
+ - name : Install Protoc
136
+ uses : arduino/setup-protoc@v1
127
137
- uses : actions/checkout@v2
128
138
- uses : actions-rs/toolchain@v1
129
139
with :
@@ -149,6 +159,8 @@ jobs:
149
159
- powerpc64-unknown-linux-gnu
150
160
- wasm32-unknown-unknown
151
161
steps :
162
+ - name : Install Protoc
163
+ uses : arduino/setup-protoc@v1
152
164
- uses : actions/checkout@v2
153
165
- uses : actions-rs/toolchain@v1
154
166
with :
You can’t perform that action at this time.
0 commit comments