We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc44c6e commit 3736cb9Copy full SHA for 3736cb9
.github/workflows/makefile-lint.yml
@@ -49,7 +49,7 @@ jobs:
49
printf "%s\n" "${ERR_MSG_LINE}"
50
exit 1;
51
fi
52
- make || { \
+ make && make install || { \
53
ERR_MSG_STUB="Checkmake build failed." \
54
ERR_DETS="file=.github/workflows/makefile-lint.yml,line=52,endLine=59,title=FAILURE" \
55
ERR_MSG_LINE="::error ${ERR_DETS}::ERROR ${ERR_MSG_STUB}" \
0 commit comments