Skip to content

Commit db2402a

Browse files
committed
Release 1.290.2025
1 parent e65e764 commit db2402a

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
@@ -45,6 +45,10 @@ jobs:
4545
- name: Setup PowerShell modules
4646
shell: pwsh
4747
run: |
48+
if (-not [IO.Directory]::Exists("$ENV:LOCALAPPDATA\GenXdev.PowerShell")) {
49+
50+
[IO.Directory]::CreateDirectory("$ENV:LOCALAPPDATA\GenXdev.PowerShell")
51+
}
4852
'{"AllowInstall_GenXdevGlobal": "true"}' | Out-File "$ENV:LOCALAPPDATA\GenXdev.PowerShell\SoftwareConsent.json" -Force
4953
5054
Write-Host "Installing required modules..."

0 commit comments

Comments
 (0)