Skip to content

Commit 7ebeb9a

Browse files
committed
Print pkg-config details
1 parent b4ae287 commit 7ebeb9a

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,11 @@ jobs:
148148
9k build --backend=${{ matrix.backend || 'ninja' }}
149149
${{ matrix.options }}
150150
-p.github/mopack/boost-${{ matrix.boost-version || '1.89.0' }}.yml
151+
- name: Print pkg-config files
152+
if: always()
153+
run: |
154+
ls build/mopack/pkgconfig
155+
cat build/mopack/pkgconfig/*
151156
- name: Run tests
152157
run: |
153158
cd build

0 commit comments

Comments
 (0)