From 2d58142c58e6795ecf33ada6dce158a29b024a52 Mon Sep 17 00:00:00 2001 From: Emmanuel Engelhart Date: Fri, 26 May 2023 14:09:02 +0200 Subject: [PATCH] No need anymore to change directory --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aa479bac3..ec3df45d6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -106,7 +106,6 @@ jobs: if [[ "${{matrix.target}}" =~ android_.* ]]; then MESON_OPTION="$MESON_OPTION -Dstatic-linkage=true" fi - cd $HOME/libkiwix meson . build ${MESON_OPTION} cd build ninja @@ -117,7 +116,7 @@ jobs: if: startsWith(matrix.target, 'native_') shell: bash run: | - cd $HOME/libkiwix/build + cd build meson test --verbose ninja coverage env: