浏览代码

fix github-actions

Artem V. Ageev 8 月之前
父节点
当前提交
4d684fd4d6
共有 1 个文件被更改,包括 2 次插入0 次删除
  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')