Skip to content

Commit b16578d

Browse files
committed
Try to debug failure
1 parent e7e3d1d commit b16578d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/lint.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ jobs:
2828
- name: Lint with php-cs-fixer
2929
run: vendor/bin/php-cs-fixer fix --verbose --diff --dry-run
3030

31+
- run: ldd /usr/bin/php8.4
32+
- run: ldconfig -v
33+
- run: ls /usr/lib/x86_64-linux-gnu/libxml2.so.2
34+
3135
- name: Lint with phpcs
3236
run: vendor/bin/phpcs --standard=.phpcs-ruleset.xml src/
3337

0 commit comments

Comments
 (0)