Skip to content

Commit c3f9965

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

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yml

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

37+
- run: ldd /usr/bin/php8.4
38+
- run: ldconfig -v
39+
- run: ls /usr/lib/x86_64-linux-gnu/libxml2.so.2
40+
3741

3842
- name: Build extension
3943
run: |

0 commit comments

Comments
 (0)