We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f13b316 commit 04d64baCopy full SHA for 04d64ba
1 file changed
.github/workflows/ci.yml
@@ -64,7 +64,7 @@ jobs:
64
-DCMAKE_BUILD_TYPE=Release \
65
-DCMAKE_INSTALL_PREFIX="$WORKSPACE_INSTALL_PATH" \
66
../src \
67
- ninja -v install"
+ && ninja -v install"
68
else
69
cd "$WORKSPACE_BUILD_PATH"
70
ccache -z
0 commit comments