We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fde1e16 commit bcea0e6Copy full SHA for bcea0e6
1 file changed
.github/workflows/build-matrix.yml
@@ -151,6 +151,13 @@ jobs:
151
sudo apt-get update
152
sudo apt-get install -y libglfw3-dev libxml2-utils lcov
153
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
+
161
- name: Install dep MacOS
162
if: runner.os == 'macOS'
163
run: brew install glfw
0 commit comments