Skip to content

Commit

Permalink
resolve build failure
Browse files Browse the repository at this point in the history
  • Loading branch information
Aditya Abhishek committed Apr 27, 2023
1 parent 188efaf commit 4680a21
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ await this.CudaAndNvidiaGPUDriverInstallationOnWindowsAsync(telemetryContext, ca
await this.stateManager.SaveStateAsync(nameof(this.CudaAndNvidiaGPUDriverInstallationOnWindowsAsync), new State(), cancellationToken)
.ConfigureAwait(false);

SystemManagement.IsRebootRequested = this.RebootRequired;
VirtualClientRuntime.IsRebootRequested = this.RebootRequired;
}
}

Expand Down

0 comments on commit 4680a21

Please sign in to comment.