Skip to content

Commit 3736cb9

Browse files
[PATCH] part n+1 of many debugging
1 parent cc44c6e commit 3736cb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/makefile-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
printf "%s\n" "${ERR_MSG_LINE}"
5050
exit 1;
5151
fi
52-
make || { \
52+
make && make install || { \
5353
ERR_MSG_STUB="Checkmake build failed." \
5454
ERR_DETS="file=.github/workflows/makefile-lint.yml,line=52,endLine=59,title=FAILURE" \
5555
ERR_MSG_LINE="::error ${ERR_DETS}::ERROR ${ERR_MSG_STUB}" \

0 commit comments

Comments
 (0)