Skip to content

Commit af97908

Browse files
committed
Remove zlib in coverage job
1 parent 479b20e commit af97908

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1229,7 +1229,7 @@ jobs:
12291229
command: |
12301230
apk update
12311231
# needed for grcov and compiling tests
1232-
apk add --no-cache mold clang curl llvm19-dev zlib-static clang19-static lcov
1232+
apk add --no-cache mold clang curl llvm19-dev clang19-static lcov
12331233
- run:
12341234
name: Install cargo-llvm-cov and cargo-nextest
12351235
command: |

0 commit comments

Comments
 (0)