Skip to content

Commit

Permalink
Fix engine path passed into KWE SetupEnvironmentForSdkSetups
Browse files Browse the repository at this point in the history
  • Loading branch information
hach-que committed Jan 1, 2025
1 parent 597a5b3 commit a1f713a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ public async Task<int> ExecuteAsync(InvocationContext context)
var packagePath = UetPaths.UetDefaultWindowsSdkStoragePath;
Directory.CreateDirectory(packagePath);
var envVars = await _localSdkManager.SetupEnvironmentForSdkSetups(
engine.Path!,
engineWorkspace.Path,
packagePath,
_serviceProvider.GetServices<ISdkSetup>().Where(x => x.PlatformNames.Contains("Android")).ToHashSet(),
context.GetCancellationToken()).ConfigureAwait(false);
Expand Down

0 comments on commit a1f713a

Please sign in to comment.