1 parent b4ae287 commit 7ebeb9aCopy full SHA for 7ebeb9a
1 file changed
.github/workflows/build.yml
@@ -148,6 +148,11 @@ jobs:
148
9k build --backend=${{ matrix.backend || 'ninja' }}
149
${{ matrix.options }}
150
-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/*
156
- name: Run tests
157
run: |
158
cd build
0 commit comments