Skip to content

Commit 0f9fadc

Browse files
authored
ci: fix code coverage (#4685)
1 parent ba3a680 commit 0f9fadc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code-coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
cache: yarn
4949
cache-dependency-path: "tests/integration-tests/yarn.lock"
5050
- name: Install lld
51-
run: sudo apt-get install -y lld jq
51+
run: sudo apt-get install -y lld jq protobuf-compiler
5252
- uses: actions-rs/cargo@v1
5353
with:
5454
command: install

0 commit comments

Comments
 (0)