mirror of
https://github.com/beetbox/beets.git
synced 2025-12-06 08:39:17 +01:00
install imagemagick in CI environment
This commit is contained in:
parent
4fdfb393db
commit
ff22da0691
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
|
|
@ -33,7 +33,7 @@ jobs:
|
||||||
if: matrix.platform == 'ubuntu-latest'
|
if: matrix.platform == 'ubuntu-latest'
|
||||||
run: |
|
run: |
|
||||||
sudo apt update
|
sudo apt update
|
||||||
sudo apt install ffmpeg gobject-introspection libcairo2-dev libgirepository-2.0-dev pandoc
|
sudo apt install ffmpeg gobject-introspection libcairo2-dev libgirepository-2.0-dev pandoc imagemagick
|
||||||
|
|
||||||
- name: Get changed lyrics files
|
- name: Get changed lyrics files
|
||||||
id: lyrics-update
|
id: lyrics-update
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue