fix matching windows runner
This commit is contained in:
parent
6fb58a611e
commit
fdece62f88
@ -34,7 +34,7 @@ namespace Ryujinx.BuildValidationTasks
|
|||||||
throw new JsonException(e.Message); //shorter and easier stacktrace
|
throw new JsonException(e.Message); //shorter and easier stacktrace
|
||||||
}
|
}
|
||||||
|
|
||||||
bool isGitRunner = path.Contains("runner");
|
bool isGitRunner = path.Contains("runner") || path.Contains("D:\\a\\Ryujinx\\Ryujinx");
|
||||||
if (isGitRunner)
|
if (isGitRunner)
|
||||||
Console.WriteLine("Is Git Runner!");
|
Console.WriteLine("Is Git Runner!");
|
||||||
bool encounteredLanguageIssue = false;
|
bool encounteredLanguageIssue = false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user