Skip to content

Commit cbbe36a

Browse files
committed
Add libcurl-dev to CI runs that build kcov
kcov appears to have added curl as a dependency in SimonKagstrom/kcov@aa46032 causing our script (which was copied from Codeov's examples) to fail to build it.
1 parent 9fba7c9 commit cbbe36a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
if: matrix.coverage
9898
run: |
9999
sudo apt-get update
100-
sudo apt-get -y install binutils-dev libcurl4-openssl-dev zlib1g-dev libdw-dev libiberty-dev
100+
sudo apt-get -y install binutils-dev libcurl4-openssl-dev zlib1g-dev libdw-dev libiberty-dev libcurl4-nss-dev
101101
- name: Install kcov
102102
if: matrix.coverage
103103
run: |

0 commit comments

Comments
 (0)