Skip to content

Commit

Permalink
Set the path to pkg-config explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
cschwan committed Jun 28, 2024
1 parent d952c62 commit 621cec4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/cli-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@ jobs:
make install
# print the path of `pkgconf`
command -v pkg-config
- name: Set path to pkg-config
run: |
# for some reason `pkg-config` isn't properly found by Rust
echo "PKG_CONFIG=$(command -v pkg-config)" >> ${GITHUB_ENV}
- name: Build wheels
uses: PyO3/maturin-action@v1
with:
Expand Down

0 comments on commit 621cec4

Please sign in to comment.