Skip to content

Commit f498cbb

Browse files
committed
Testing
1 parent cdba271 commit f498cbb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/push.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,10 @@ jobs:
165165
with:
166166
key: "${{github.job}}-${{hashFiles('main/php_version.h')}}"
167167
append-timestamp: false
168+
- name: Test pkg-config
169+
run: |-
170+
pkg-config --list-all
171+
pkg-config --cflags --libs libxml-2.0
168172
- name: ./configure
169173
uses: ./.github/actions/configure-x32
170174
with:

0 commit comments

Comments
 (0)