Skip to content

Commit

Permalink
Merge pull request #1074 from googlefonts/ubuntu-ciaro
Browse files Browse the repository at this point in the history
install cairo on linux
  • Loading branch information
m4rc1e authored Dec 19, 2024
2 parents f7057fa + 71240b9 commit 148f454
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install Cairo (Ubuntu)
if: matrix.platform == 'ubuntu-latest'
run: sudo apt-get install libcairo2-dev
- name: Install packages
run: |
pip install '.[qa]'
Expand Down

0 comments on commit 148f454

Please sign in to comment.