diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3ec0ab888..f74fb1557 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -107,6 +107,13 @@ 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 + ls $WORKSPACE/BUILD_native_static/INSTALL/lib/pkgconfig + pykg-config.exe --modversion libzstd + env: + PKG_CONFIG_PATH: /d/a/libzim/libzim/BUILD_native_static/INSTALL/lib/pkgconfig + WORKSPACE: ${{ github.workspace }} + - name: Compile env: