Skip to content

Commit bcea0e6

Browse files
committed
fix
1 parent fde1e16 commit bcea0e6

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/build-matrix.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,13 @@ jobs:
151151
sudo apt-get update
152152
sudo apt-get install -y libglfw3-dev libxml2-utils lcov
153153
154+
- name: Install LLVM (coverage)
155+
if: ${{ inputs.coverage == 'true' }}
156+
uses: KyleMayes/install-llvm-action@v2
157+
with:
158+
version: "19" # or 18+, choose your version
159+
cached: true
160+
154161
- name: Install dep MacOS
155162
if: runner.os == 'macOS'
156163
run: brew install glfw

0 commit comments

Comments
 (0)