Skip to content

Commit

Permalink
Add now missing libcairo dependency
Browse files Browse the repository at this point in the history
Thanks GitHub for breaking workflows out of thin air.
  • Loading branch information
snejus authored and JOJ0 committed Jan 17, 2025
1 parent 18edfe0 commit 7878772
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,7 @@ jobs:
if: matrix.platform == 'ubuntu-latest'
run: |
sudo apt update
sudo apt install ffmpeg gobject-introspection libgirepository1.0-dev pandoc
poetry install --with=release --extras=docs --extras=replaygain --extras=reflink
poe docs
sudo apt install ffmpeg gobject-introspection libcairo2-dev libgirepository1.0-dev pandoc
- name: Install Python dependencies
run: poetry install --only=main,test --extras=autobpm
Expand Down

0 comments on commit 7878772

Please sign in to comment.