Skip to content

Commit 9cc25d7

Browse files
committed
Testing
1 parent cdba271 commit 9cc25d7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/push.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,10 @@ jobs:
9393
echo "::group::Show installed package versions"
9494
dpkg -l
9595
echo "::endgroup::"
96+
- name: Test pkg-config
97+
run: |-
98+
pkg-config --list-all
99+
pkg-config --cflags --libs libxml-2.0
96100
- name: Create MSSQL container
97101
if: ${{ !matrix.asan }}
98102
uses: ./.github/actions/setup-mssql
@@ -165,6 +169,10 @@ jobs:
165169
with:
166170
key: "${{github.job}}-${{hashFiles('main/php_version.h')}}"
167171
append-timestamp: false
172+
- name: Test pkg-config
173+
run: |-
174+
pkg-config --list-all
175+
pkg-config --cflags --libs libxml-2.0
168176
- name: ./configure
169177
uses: ./.github/actions/configure-x32
170178
with:

0 commit comments

Comments
 (0)