From 0067775664580ed8223287dac873e9bd8acaeabd Mon Sep 17 00:00:00 2001 From: Zakariyya Mughal Date: Sun, 24 Oct 2021 01:17:13 -0400 Subject: [PATCH] GHA: Add debugging of pkg-config files --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b5e4e75c2d..5eaf09e561 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,3 +39,7 @@ jobs: shell: bash run: | make + - name: Show pkg-config files + shell: bash + run: | + head -n100 *.pc