Skip to content

Commit

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

0 comments on commit dde69ae

Please sign in to comment.