We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f27825e commit e81ee7bCopy full SHA for e81ee7b
.circleci/config.yml
@@ -21,7 +21,7 @@ jobs:
21
- run:
22
name: Install kcov
23
command: >-
24
- sudo apt-get install cmake g++ pkg-config jq libcurl4-openssl-dev libelf-dev libdw-dev binutils-dev libiberty-dev
+ sudo apt-get install cmake g++ pkg-config jq libcurl4-openssl-dev libelf-dev libdw-dev binutils-dev libiberty-dev gcc-multilib
25
&& cargo kcov --print-install-kcov-sh | sh
26
27
name: Install Redis
0 commit comments