Skip to content

Commit 4b50ad2

Browse files
theavegeGuvaCode
authored andcommitted
Update make.pas
1 parent 1c0dacf commit 4b50ad2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/make.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ Output = record
191191

192192
begin
193193
try
194-
BuildAll
194+
BuildAll;
195195
case ExitCode of
196196
0: OutLog(etInfo, 'Errors:'#9 + IntToStr(ExitCode));
197197
else

0 commit comments

Comments
 (0)