No need anymore to change directory

This commit is contained in:
Emmanuel Engelhart 2023-05-26 14:09:02 +02:00
parent 0afa5e569c
commit 2d58142c58
No known key found for this signature in database
GPG Key ID: 120B30D020B553D3
1 changed files with 1 additions and 2 deletions

View File

@ -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: