File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,15 @@ commands:
31
31
- /usr/local/cargo/registry
32
32
key : cargo-cache-{{ arch }}-{{ .Branch }}-{{ checksum "Cargo.toml" }}
33
33
34
+ install_zlib_dev :
35
+ description : Install zlib-dev
36
+ steps :
37
+ - run :
38
+ name : Install zlib-dev
39
+ command : |
40
+ sudo apt-get update
41
+ sudo apt-get install -y zlib1g-dev
42
+
34
43
jobs :
35
44
fmt :
36
45
docker :
@@ -188,6 +197,7 @@ jobs:
188
197
- checkout
189
198
- rust_components
190
199
- cache_restore
200
+ - install_zlib_dev
191
201
- run :
192
202
name : Cargo test
193
203
command : cargo test --all-features --workspace
@@ -253,6 +263,7 @@ jobs:
253
263
- checkout
254
264
- rust_components
255
265
- cache_restore
266
+ - install_zlib_dev
256
267
- run :
257
268
name : Cargo test
258
269
command : cargo test --all-features --workspace
You can’t perform that action at this time.
0 commit comments