Skip to content

Commit

Permalink
Try to debug failure
Browse files Browse the repository at this point in the history
  • Loading branch information
oschwald committed Nov 14, 2024
1 parent 2e6124c commit 26238de
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ jobs:
- name: Install dependencies
run: sudo apt-get update && sudo apt-get install -y libmaxminddb-dev

- run: "ldd /usr/bin/php${{ matrix.php-versions }}"
- run: ldconfig -v
- run: ls /usr/lib/x86_64-linux-gnu/libxml2.so.2


- name: Build extension
run: |
Expand Down

0 comments on commit 26238de

Please sign in to comment.