Skip to content

Commit 2d30a69

Browse files
authored
Merge pull request #10583 from mhilbrunner/gh-2404-imagemagick
GH: Offline builds need to install imagemagick on Ubuntu 24.04+
2 parents 8708711 + cf0ff8f commit 2d30a69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_offline_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
echo "$VIRTUAL_ENV/bin" >> $GITHUB_PATH
4848
echo "VIRTUAL_ENV=$VIRTUAL_ENV" >> $GITHUB_ENV
4949
sudo apt update
50-
sudo apt install parallel libwebp7
50+
sudo apt install parallel libwebp7 imagemagick
5151
5252
- name: Save virtualenv cache
5353
uses: actions/cache/save@v4

0 commit comments

Comments
 (0)