mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 08:35:43 +02:00
ci: fix bash increment syntax
This commit is contained in:
parent
60438d8017
commit
67ca549ff5
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