Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
MakesYT committed Apr 10, 2024
1 parent 6c9ae5a commit 3bdb0b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Build.cs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class Build : NukeBuild
{
Log.Debug( "Restoring solution {0}", Solution);
Log.Debug("Restoring project {0}", AvaloniaProject);
GitTasks.Git("submodule update --init --recursive");
GitTasks.Git("submodule init");
DotNetRestore(c => new DotNetRestoreSettings()
.SetProjectFile(AvaloniaProject.Path));
DotNetRestore(c => new DotNetRestoreSettings()
Expand Down

0 comments on commit 3bdb0b7

Please sign in to comment.