Browse Source

fix github-actions

Artem V. Ageev 7 months ago
parent
commit
4d684fd4d6
1 changed files with 2 additions and 0 deletions
  1. 2 0
      .github/workflows/make.pas

+ 2 - 0
.github/workflows/make.pas

@@ -216,6 +216,7 @@ type
     finally
       List.Free;
     end;
+    {$IFDEF LINUX}
     List := FindAllFiles(GetCurrentDir, '*.py', True);
     try
       for Each in List do
@@ -237,6 +238,7 @@ type
     finally
       List.Free;
     end;
+    {$ENDIF}
     WriteLn(stderr);
     if ExitCode <> 0 then
       WriteLn(stderr, #27'[31m', 'Errors: ', ExitCode, #27'[0m')