Skip to content

Commit

Permalink
echo pkg config path
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebarron committed Aug 26, 2023
1 parent 93e8bad commit 8dcf7b0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/python-proj-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,6 @@ jobs:
echo "LD_LIBRARY_PATH=$(pwd)/build/.pixi/env/lib" >> "$GITHUB_ENV"
echo "PKG_CONFIG_PATH=$(pwd)/build/.pixi/env/lib/pkgconfig" >> "$GITHUB_ENV"
echo "ls pkg_config_path"
ls $(pwd)/build/.pixi/env/lib
ls $(pwd)/build/.pixi/env/bin
- name: Install Python dependencies
shell: bash
Expand All @@ -184,6 +182,7 @@ jobs:
- name: Build
shell: bash
run: |
echo "$PKG_CONFIG_PATH"
maturin build --release --strip -o wheels
- name: List wheels
Expand Down

0 comments on commit 8dcf7b0

Please sign in to comment.