Skip to content

Commit 6c8ea98

Browse files
committed
ci: install llvm in test job for llvm-cov
1 parent fae763f commit 6c8ea98

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
- name: Install dependencies
9898
run: |
9999
sudo apt-get update
100-
sudo apt-get install -y lcov python3 || (sleep 10 && sudo apt-get update && sudo apt-get install -y lcov python3)
100+
sudo apt-get install -y lcov python3 llvm || (sleep 10 && sudo apt-get update && sudo apt-get install -y lcov python3 llvm)
101101
102102
- name: Download Build Artifacts
103103
uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)