mirror of
https://github.com/stan220/godot-docs.git
synced 2026-09-08 21:29:07 +00:00
GH: Offline builds need to install imagemagick
On Ubuntu 24.04 this is no longer pre-installed
This commit is contained in:
@@ -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