Skip to content

Commit eaf76b9

Browse files
committed
Release 1.290.2025
1 parent e0bc602 commit eaf76b9

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
@@ -69,6 +69,10 @@ jobs:
6969
- name: Setup PowerShell modules
7070
shell: pwsh
7171
run: |
72+
if (-not [IO.Directory]::Exists("$ENV:LOCALAPPDATA\GenXdev.PowerShell")) {
73+
74+
[IO.Directory]::CreateDirectory("$ENV:LOCALAPPDATA\GenXdev.PowerShell")
75+
}
7276
'{"AllowInstall_GenXdevGlobal": "true"}' | Out-File "$ENV:LOCALAPPDATA\GenXdev.PowerShell\SoftwareConsent.json" -Force
7377
7478
Write-Host "Installing required modules..."

0 commit comments

Comments
 (0)