Skip to content

Commit 44579f0

Browse files
committed
Install ImageMagick as it's no longer included in 24.04 image
1 parent ca232e7 commit 44579f0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,8 @@ jobs:
133133
uses: actions/setup-node@v4
134134
with:
135135
node-version: "18"
136+
- name: Install ImageMagick
137+
run: sudo apt-get install imagemagick
136138
- name: Setup application
137139
env:
138140
BUNDLE_GEMFILE: ../../${{ matrix.gemfile }}

0 commit comments

Comments
 (0)