Skip to content

Commit

Permalink
remove lando/core plugin from windows installer if detected part 4
Browse files Browse the repository at this point in the history
  • Loading branch information
pirog committed Nov 22, 2024
1 parent 7feb1eb commit 3a38208
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup-lando.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@ if ($DebugPreference -eq "Inquire" -or $DebugPreference -eq "Continue") {
$Host.PrivateData.DebugForegroundColor = "Gray"
$Host.PrivateData.DebugBackgroundColor = $Host.UI.RawUI.BackgroundColor

# Allow github actions to set $Debug
if ($env:RUNNER_DEBUG) {$Debug = $true}

# Encoding must be Unicode to support parsing wsl.exe output
[Console]::OutputEncoding = [System.Text.Encoding]::Unicode

Expand Down

0 comments on commit 3a38208

Please sign in to comment.