Skip to content

Commit

Permalink
Display pkg_config in test logs (#134)
Browse files Browse the repository at this point in the history
* Show pkg_config file
  • Loading branch information
hdholm authored Feb 6, 2024
1 parent 695a59d commit 5e45732
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ jobs:
else
echo "No test log available" >&2
fi
cat build/meson-private/jose.pc
container:
image: ${{matrix.os}}
Expand Down Expand Up @@ -118,6 +119,7 @@ jobs:
else
echo "No test log available" >&2
fi
cat build/meson-private/jose.pc
env:
DISTRO: osx:macos-latest
Expand Down

0 comments on commit 5e45732

Please sign in to comment.