Skip to content

Commit bef4a10

Browse files
authored
github build: Add ImageMagick to workflow (#138)
* Add ImageMagick to build workflow Required for ubuntu-24.04 which no longer includes it
1 parent c07831d commit bef4a10

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

+2
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525
- uses: snok/install-poetry@v1
2626
with:
2727
virtualenvs-in-project: true
28+
- name: Install ImageMagick
29+
run: sudo apt install imagemagick
2830
- name: Load cached venv
2931
id: cached-poetry-dependencies
3032
uses: actions/cache@v4

0 commit comments

Comments
 (0)