Skip to content

Commit 3de7752

Browse files
committed
imagemagick
1 parent e891858 commit 3de7752

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/run-tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ jobs:
3737
- name: Setup ffmpeg
3838
uses: AnimMouse/setup-ffmpeg@v1
3939

40+
- name: Install ImageMagick
41+
run: sudo apt-get install -y imagemagick
42+
4043
- name: Setup problem matchers
4144
run: |
4245
echo "::add-matcher::${{ runner.tool_cache }}/php.json"

0 commit comments

Comments
 (0)