From 79173f8f024a7112a38ce112cbf3f9ea240a8506 Mon Sep 17 00:00:00 2001 From: fallenoak Date: Fri, 26 Dec 2025 10:58:43 -0600 Subject: [PATCH] chore(build): install lcov dep in ubuntu debug builds --- .github/workflows/pr.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index f3e0366..bf03ace 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -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: