Skip to content

Commit

Permalink
Test not installing recommended packages
Browse files Browse the repository at this point in the history
  • Loading branch information
rajsite authored Nov 7, 2024
1 parent 23548e5 commit d949a55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BuildTools/install.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ if ($install_editor)

Write-Host "Installing Editor..."
Invoke-PrintDiskspace
Invoke-Run $nipm 'install ni-g-web-development --accept-eulas --assume-yes --include-recommended'
Invoke-Run $nipm 'install ni-g-web-development --accept-eulas --assume-yes'
$time = (Get-Date).ToUniversalTime()
Write-Host "...done at UTC $time"
Invoke-PrintDiskspace
Expand Down

0 comments on commit d949a55

Please sign in to comment.