build: add gostscrip to ci
Some checks failed
Build and Deploy to MinIO / build (push) Failing after 1m10s
Build and Deploy to MinIO / deploy (push) Has been skipped

This commit is contained in:
2025-09-06 06:24:24 +02:00
parent 5e5a40eebe
commit fbd7a0ce54
2 changed files with 1 additions and 102 deletions

View File

@@ -37,7 +37,7 @@ jobs:
- name: Install system dependencies
run: |
sudo apt-get update
sudo apt-get install -y imagemagick libmagickwand-dev
sudo apt-get install -y imagemagick libmagickwand-dev ghostscript
- name: Install Python dependencies
run: |