Skip to content

Commit c87324a

Browse files
committed
Try to debug failure
1 parent 2e6124c commit c87324a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@ jobs:
3434
- name: Install dependencies
3535
run: sudo apt-get update && sudo apt-get install -y libmaxminddb-dev
3636

37+
- run: "ldd /usr/bin/php${{ matrix.php-versions }}"
38+
- run: ldconfig -v
39+
- run: dpkg -L libxml2
40+
- run: ls /usr/lib/x86_64-linux-gnu/libxml2*
41+
3742

3843
- name: Build extension
3944
run: |

0 commit comments

Comments
 (0)