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:
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user