From 9221d7e6978f00b60a1262d8832dece62e7153ff Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 8 Mar 2026 11:25:15 +0100 Subject: [PATCH] Fix CI-master failures for run #22810384574 (#615) Co-authored-by: chack-agent --- winPEAS/winPEASexe/winPEAS/Checks/ISystemCheck.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/winPEAS/winPEASexe/winPEAS/Checks/ISystemCheck.cs b/winPEAS/winPEASexe/winPEAS/Checks/ISystemCheck.cs index 993178e..e1d1060 100644 --- a/winPEAS/winPEASexe/winPEAS/Checks/ISystemCheck.cs +++ b/winPEAS/winPEASexe/winPEAS/Checks/ISystemCheck.cs @@ -1,6 +1,6 @@ namespace winPEAS.Checks { - internal interface ISystemCheck + public interface ISystemCheck { void PrintInfo(bool isDebug);