Skip to content

Commit 5e45732

Browse files
authored
Display pkg_config in test logs (#134)
* Show pkg_config file
1 parent 695a59d commit 5e45732

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ jobs:
7171
else
7272
echo "No test log available" >&2
7373
fi
74+
cat build/meson-private/jose.pc
7475
7576
container:
7677
image: ${{matrix.os}}
@@ -118,6 +119,7 @@ jobs:
118119
else
119120
echo "No test log available" >&2
120121
fi
122+
cat build/meson-private/jose.pc
121123
122124
env:
123125
DISTRO: osx:macos-latest

0 commit comments

Comments
 (0)