mirror of
https://github.com/godotengine/godot-docs.git
synced 2025-12-31 17:49:03 +03:00
GH: Offline builds need to install imagemagick
On Ubuntu 24.04 this is no longer pre-installed
This commit is contained in:
2
.github/workflows/build_offline_docs.yml
vendored
2
.github/workflows/build_offline_docs.yml
vendored
@@ -45,7 +45,7 @@ jobs:
|
||||
echo "$VIRTUAL_ENV/bin" >> $GITHUB_PATH
|
||||
echo "VIRTUAL_ENV=$VIRTUAL_ENV" >> $GITHUB_ENV
|
||||
sudo apt update
|
||||
sudo apt install parallel libwebp7
|
||||
sudo apt install parallel libwebp7 imagemagick
|
||||
|
||||
- name: Save virtualenv cache
|
||||
uses: actions/cache/save@v4
|
||||
|
||||
Reference in New Issue
Block a user