We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdba271 commit 9cc25d7Copy full SHA for 9cc25d7
.github/workflows/push.yml
@@ -93,6 +93,10 @@ jobs:
93
echo "::group::Show installed package versions"
94
dpkg -l
95
echo "::endgroup::"
96
+ - name: Test pkg-config
97
+ run: |-
98
+ pkg-config --list-all
99
+ pkg-config --cflags --libs libxml-2.0
100
- name: Create MSSQL container
101
if: ${{ !matrix.asan }}
102
uses: ./.github/actions/setup-mssql
@@ -165,6 +169,10 @@ jobs:
165
169
with:
166
170
key: "${{github.job}}-${{hashFiles('main/php_version.h')}}"
167
171
append-timestamp: false
172
173
174
175
168
176
- name: ./configure
177
uses: ./.github/actions/configure-x32
178
0 commit comments