Skip to content

Commit

Permalink
Install libfontconfig-dev in Ubuntu workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
s-simoncelli committed Apr 28, 2024
1 parent 5d70bec commit 4732113
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
with:
python-version: '3.10'
- name: Install fontconfig
run: sudo apt-get install -y fontconfig
run: sudo apt-get install -y fontconfig libfontconfig-dev libfontconfig1 libfontconfig1-dev
- name: Build wheels
uses: PyO3/maturin-action@v1
with:
Expand Down

0 comments on commit 4732113

Please sign in to comment.