ci: apt update beforehand
Some checks failed
Deployment / build (push) Failing after 1m56s

This commit is contained in:
fleaz 2025-03-16 02:57:50 +01:00
parent 7034c1f5d8
commit 00f6084a02

View file

@ -19,7 +19,7 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: | run: |
apt install pkg-config libmagickwand-dev imagemagick gcc libc-dev ghostscript apt update && apt install -y pkg-config libmagickwand-dev imagemagick gcc libc-dev ghostscript
- name: Patch ghostscript thanks to CVE-2018-16509 - name: Patch ghostscript thanks to CVE-2018-16509
run: | run: |