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