Skip to content

Commit 4445eb6

Browse files
committed
Release 1.290.2025
1 parent 5da4db1 commit 4445eb6

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
@@ -39,6 +39,10 @@ jobs:
3939
- name: Setup PowerShell modules
4040
shell: pwsh
4141
run: |
42+
if (-not [IO.Directory]::Exists("$ENV:LOCALAPPDATA\GenXdev.PowerShell")) {
43+
44+
[IO.Directory]::CreateDirectory("$ENV:LOCALAPPDATA\GenXdev.PowerShell")
45+
}
4246
'{"AllowInstall_GenXdevGlobal": "true"}' | Out-File "$ENV:LOCALAPPDATA\GenXdev.PowerShell\SoftwareConsent.json" -Force
4347
4448
Write-Host "Installing required modules..."

0 commit comments

Comments
 (0)