Skip to content

Commit

Permalink
Add trace
Browse files Browse the repository at this point in the history
  • Loading branch information
mgautierfr committed Dec 5, 2023
1 parent 3772438 commit 85674f8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,15 @@ jobs:
#chmod a+x /c/hostedtoolcache/windows/Python/3.10.11/x64/Scripts/pkg-config
#ls -l /c/hostedtoolcache/windows/Python/3.10.11/x64/Scripts/
pykg-config.exe --version
pwd
echo $WORKSPACE
ls $WORKSPACE/BUILD_native_mixed/INSTALL/lib/pkgconfig
ls $WORKSPACE/BUILD_native_static/INSTALL/lib/pkgconfig
pykg-config.exe --modversion libzstd
env:
PKG_CONFIG_PATH: ${{ github.workspace }}\BUILD_native_mixed\INSTALL\lib\pkgconfig;${{ github.workspace }}\BUILD_native_static\INSTALL\lib\pkgconfig
WORKSPACE: ${{ github.workspace }}


- name: Compile
env:
Expand Down

0 comments on commit 85674f8

Please sign in to comment.