We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fae763f commit 6c8ea98Copy full SHA for 6c8ea98
1 file changed
.github/workflows/ci.yml
@@ -97,7 +97,7 @@ jobs:
97
- name: Install dependencies
98
run: |
99
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)
+ sudo apt-get install -y lcov python3 llvm || (sleep 10 && sudo apt-get update && sudo apt-get install -y lcov python3 llvm)
101
102
- name: Download Build Artifacts
103
uses: actions/download-artifact@v4
0 commit comments