Skip to content

Commit

Permalink
Set PKG_CONFIG_PATH in ubuntu CI
Browse files Browse the repository at this point in the history
  • Loading branch information
s-simoncelli committed Apr 30, 2024
1 parent 22ba636 commit 7dff33b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
architecture: x64
- name: Install fontconfig
run: sudo apt-get install -y fontconfig libfontconfig-dev libfontconfig1 libfontconfig1-dev
- name: Export fontconfig env variable
run: export PKG_CONFIG_PATH=/usr/lib/x86_64-linux-gnu/pkgconfig
- name: Build wheels
uses: PyO3/maturin-action@v1
with:
Expand Down

0 comments on commit 7dff33b

Please sign in to comment.