Skip to content

Commit

Permalink
CI: add meson to the dependencies
Browse files Browse the repository at this point in the history
Required by pycairo
  • Loading branch information
whot committed Oct 28, 2024
1 parent 7d34fa6 commit 2ab4863
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ jobs:
- uses: actions/checkout@v4
- run: sudo apt-get update
- run: sudo apt-get upgrade -y
- run: sudo apt-get install -y python3-pip python3-gi
- run: sudo apt-get install -y python3-pip python3-gi meson
- run: pip install .

0 comments on commit 2ab4863

Please sign in to comment.