Skip to content

Commit 3e7b593

Browse files
committed
shell deps
1 parent 47814a7 commit 3e7b593

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
}
115115
"powershell" {
116116
# Install PowerShell Core for consistency across platforms
117-
winget install --id Microsoft.Powershell --source winget --silent
117+
choco install powershell-core -y
118118
}
119119
default {
120120
Write-Host "Shell ${{ matrix.shell }} not supported on Windows"

0 commit comments

Comments
 (0)