Merge pull request #5932 from consuldemocracy/run_apt_update_to_install_imagemagick

Run apt update to install ImageMagick in CI workflow
This commit is contained in:
Javi Martín
2025-04-01 14:53:06 +02:00
committed by GitHub

View File

@@ -47,7 +47,7 @@ jobs:
- name: Install node packages
run: npm clean-install
- name: Install ImageMagick
run: sudo apt-get install imagemagick
run: sudo apt-get update && sudo apt-get install imagemagick
- name: Remove image-bundled Chrome
run: sudo apt-get purge google-chrome-stable
- name: Setup Chrome/Chromium 128