mirror of
https://github.com/nix-community/nixvim.git
synced 2025-08-03 17:45:03 +02:00
parent
67ca549ff5
commit
e296fe2fdc
1 changed files with 2 additions and 2 deletions
4
.github/actions/build/action.yml
vendored
4
.github/actions/build/action.yml
vendored
|
@ -77,9 +77,9 @@ runs:
|
||||||
--print-build-logs \
|
--print-build-logs \
|
||||||
--log-format raw
|
--log-format raw
|
||||||
then
|
then
|
||||||
$((ok++))
|
((ok++))
|
||||||
else
|
else
|
||||||
$((error++))
|
((error++))
|
||||||
if [ -z "$keep_going_flag" ]; then
|
if [ -z "$keep_going_flag" ]; then
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue