Skip to content

Commit 2321f8b

Browse files
committed
debug ninja installation
1 parent 7da347d commit 2321f8b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
-DCMAKE_BUILD_TYPE=Release \
6565
-DCMAKE_INSTALL_PREFIX="$WORKSPACE_INSTALL_PATH" \
6666
../src \
67-
&& ninja install"
67+
ninja -v install
6868
else
6969
cd "$WORKSPACE_BUILD_PATH"
7070
ccache -z
@@ -76,7 +76,7 @@ jobs:
7676
-DCMAKE_BUILD_TYPE=Release \
7777
-DCMAKE_INSTALL_PREFIX="$WORKSPACE_INSTALL_PATH" \
7878
../src
79-
ninja install
79+
ninja -v install
8080
echo ${CCACHE_BASEDIR}
8181
ccache -s
8282
fi

0 commit comments

Comments
 (0)