We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47814a7 commit 3e7b593Copy full SHA for 3e7b593
.github/workflows/ci.yml
@@ -114,7 +114,7 @@ jobs:
114
}
115
"powershell" {
116
# Install PowerShell Core for consistency across platforms
117
- winget install --id Microsoft.Powershell --source winget --silent
+ choco install powershell-core -y
118
119
default {
120
Write-Host "Shell ${{ matrix.shell }} not supported on Windows"
0 commit comments