From 804f8ceaf6e092fa1073592161a1aceb1b7de39f Mon Sep 17 00:00:00 2001 From: Matthieu Gautier Date: Tue, 5 Dec 2023 16:17:42 +0100 Subject: [PATCH] Add trace --- .github/workflows/ci.yml | 7 +++++++ 1 file changed, 7 insertions(+) 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: