mirror of
https://github.com/beetbox/beets.git
synced 2025-12-06 08:39:17 +01:00
Add now missing libcairo dependency
Thanks GitHub for breaking workflows out of thin air.
This commit is contained in:
parent
0a53a930aa
commit
044712b796
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'
|
||||
run: |
|
||||
sudo apt update
|
||||
sudo apt install ffmpeg gobject-introspection libgirepository1.0-dev pandoc
|
||||
sudo apt install ffmpeg gobject-introspection libcairo2-dev libgirepository1.0-dev pandoc
|
||||
|
||||
- name: Add pytest annotator
|
||||
uses: liskin/gh-problem-matcher-wrap@v3
|
||||
|
|
|
|||
Loading…
Reference in a new issue