소스 검색

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')