From 9dd5e1300d06b43ed861a85c9c64ae60c8901ce5 Mon Sep 17 00:00:00 2001 From: Danack Date: Sat, 6 Jul 2024 16:23:57 +0200 Subject: [PATCH] And so the long day wore on. --- .github/workflows/main.yml | 4 ++++ debug_github_action_failing.sh | 4 +++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 08f541d4..425749a1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -46,6 +46,10 @@ jobs: path: ~/im/imagemagick-${{ matrix.imagemagick }} key: ${{ runner.os }}-ImageMagick-${{ matrix.imagemagick }} + - name: Debug what is wrong with the libraries + run: | + bash ./debug_github_action_failing.sh + - name: Sanity check package.xml and install ImageMagick run: | for file in tests/*.phpt; do grep $(basename $file) package.xml >/dev/null || (echo "Missing $file from package.xml" ; exit 1); done diff --git a/debug_github_action_failing.sh b/debug_github_action_failing.sh index ea48ec84..38334747 100644 --- a/debug_github_action_failing.sh +++ b/debug_github_action_failing.sh @@ -10,4 +10,6 @@ ls -l /usr/local ls -l /usr/local/lib # see if randomly calling ldconfig helps -sudo ldconfig /usr/local/lib \ No newline at end of file +sudo ldconfig /usr/local/lib + +find / -name libwebpdemux.so.2 \ No newline at end of file