Skip to content

Commit

Permalink
And so the long day wore on.
Browse files Browse the repository at this point in the history
  • Loading branch information
Danack committed Jul 6, 2024
1 parent aab51eb commit 9dd5e13
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 3 additions & 1 deletion debug_github_action_failing.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,6 @@ ls -l /usr/local
ls -l /usr/local/lib

# see if randomly calling ldconfig helps
sudo ldconfig /usr/local/lib
sudo ldconfig /usr/local/lib

find / -name libwebpdemux.so.2

0 comments on commit 9dd5e13

Please sign in to comment.