Skip to content

Commit 8abedfd

Browse files
committed
build: fix syntax error in CI workflow by adding missing fi statement
1 parent 375748c commit 8abedfd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci-build.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@ jobs:
5353
if [ $? -ne 0 ] || [ ! -f "out.mp4" ]; then
5454
echo "Error: video-code failed to generate out.mp4."
5555
exit 1
56-
56+
fi
57+
5758
# - name: Run functional tests
5859
# run: |
5960
# ./tests/functional_tests.sh

0 commit comments

Comments
 (0)