Skip to content

Commit

Permalink
fix: specify dependency paths
Browse files Browse the repository at this point in the history
  • Loading branch information
c-dilks committed Jan 9, 2025
1 parent 879cab9 commit 557296b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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' }}
Expand Down

0 comments on commit 557296b

Please sign in to comment.