chore(build): install lcov dep in ubuntu debug builds

This commit is contained in:
fallenoak 2025-12-26 10:58:43 -06:00
parent ceb173e0e7
commit 79173f8f02
No known key found for this signature in database
GPG Key ID: 7628F8E61AEA070D

View File

@ -40,6 +40,10 @@ jobs:
with:
submodules: recursive
- name: Install Dependencies (Ubuntu)
run: sudo apt install -y lcov
if: matrix.build.os_name == 'Ubuntu Latest'
- name: Download Fixtures
run: aws s3 cp --endpoint-url ${{ env.AWS_ENDPOINT_URL }} s3://reliquaryhq-whoa/fixture.tgz test/fixture/
env: