Skip to content

Commit

Permalink
Patch imagick in github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
olivervogel committed Jan 18, 2025
1 parent 6bcca05 commit 2c71f49
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ jobs:
cd /tmp || exit 1
tar -xzf imagick.tgz
cd imagick-${{ matrix.imagick }}
curl -Lo imagick.patch "https://patch-diff.githubusercontent.com/raw/Imagick/imagick/pull/690.patch"
patch -p1 < imagick.patch && rm -f imagick.patch
phpize
sudo ./configure --with-imagick=/home/runner/im/imagemagick-${{ matrix.imagemagick }}
sudo make -j$(nproc)
Expand Down

0 comments on commit 2c71f49

Please sign in to comment.