mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +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 \
|
||||
--log-format raw
|
||||
then
|
||||
((ok++))
|
||||
$((ok++))
|
||||
else
|
||||
((error++))
|
||||
$((error++))
|
||||
if [ -z "$keep_going_flag" ]; then
|
||||
exit 1
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue