Skip to content

Commit cf0ff8f

Browse files
committed
GH: Offline builds need to install imagemagick
On Ubuntu 24.04 this is no longer pre-installed
1 parent 08745d4 commit cf0ff8f

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
@@ -45,7 +45,7 @@ jobs:
4545
echo "$VIRTUAL_ENV/bin" >> $GITHUB_PATH
4646
echo "VIRTUAL_ENV=$VIRTUAL_ENV" >> $GITHUB_ENV
4747
sudo apt update
48-
sudo apt install parallel libwebp7
48+
sudo apt install parallel libwebp7 imagemagick
4949
5050
- name: Save virtualenv cache
5151
uses: actions/cache/save@v4

0 commit comments

Comments
 (0)