Skip to content

Commit 04d64ba

Browse files
committed
fix EOF error
1 parent f13b316 commit 04d64ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
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 -v install"
67+
&& ninja -v install"
6868
else
6969
cd "$WORKSPACE_BUILD_PATH"
7070
ccache -z

0 commit comments

Comments
 (0)