From 73ff9010fbb060ab773bb9795b39d11519316fa5 Mon Sep 17 00:00:00 2001 From: Matthieu Gautier Date: Fri, 1 Dec 2023 17:18:06 +0100 Subject: [PATCH] Build using our dependencies. --- .github/workflows/ci.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eb750ebb5..8168685dd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -99,8 +99,14 @@ jobs: target_platform: native_mixed - name: Compile - shell: cmd - run: .github\script\build_libzim.cmd + env: + PKG_CONFIG_PATH: ${{env.HOME}}/BUILD_${{matrix.target}}/INSTALL/lib/pkgconfig:${{env.HOME}}/BUILD_${{matrix.target}}/INSTALL/lib${{matrix.lib_postfix}}/pkgconfig + CC: cl.exe + CXX: cl.exe + run: | + meson.exe setup build . -Ddefault_library=static + cd build + ninja.exe - name: Test shell: cmd