From 557296b2ae8e0dc73505c222e159bc796043e528 Mon Sep 17 00:00:00 2001 From: Christopher Dilks Date: Thu, 9 Jan 2025 11:46:14 -0500 Subject: [PATCH] fix: specify dependency paths --- .github/workflows/ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 03ca158a..3641336b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -434,7 +434,10 @@ jobs: - name: reproducible build test if: ${{ matrix.id == 'cpp' }} working-directory: iguana_src - run: meson reprotest + run: | + meson reprotest + --pkg-config-path=$(pwd)/hipo/lib/pkgconfig \ + -Drcdb:home=${{ steps.rcdb.outputs.prefix }} ### coverage - name: coverage if: ${{ matrix.id == 'coverage' }}