Skip to content

Commit

Permalink
build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
buldo committed Jan 7, 2024
1 parent 6385a40 commit fdb0f4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/Build.cs
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ class Build : NukeBuild
.DependsOn(Clean)
.Executes(() =>
{
DotNet($"workload restore --project {Solution.Rtl8812auNet.Path}");
DotNetRestore(settings => settings
.SetProjectFile(Solution.Rtl8812auNet));
});
Expand Down

0 comments on commit fdb0f4d

Please sign in to comment.