Skip to content

Commit b53cb62

Browse files
committed
Release 1.290.2025
1 parent 753107f commit b53cb62

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ jobs:
1717
- name: Setup PowerShell modules
1818
shell: pwsh
1919
run: |
20+
if (-not [IO.Directory]::Exists("$ENV:LOCALAPPDATA\GenXdev.PowerShell")) {
21+
22+
[IO.Directory]::CreateDirectory("$ENV:LOCALAPPDATA\GenXdev.PowerShell")
23+
}
2024
'{"AllowInstall_GenXdevGlobal": "true"}' | Out-File "$ENV:LOCALAPPDATA\GenXdev.PowerShell\SoftwareConsent.json" -Force
2125
2226
Write-Host "Installing required modules..."

0 commit comments

Comments
 (0)