mirror of
https://github.com/stan220/godot-docs.git
synced 2026-09-08 17:28:58 +00:00
Merge pull request #10583 from mhilbrunner/gh-2404-imagemagick
GH: Offline builds need to install imagemagick on Ubuntu 24.04+
This commit is contained in:
@@ -47,7 +47,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