We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0bc602 commit eaf76b9Copy full SHA for eaf76b9
.github/workflows/test.yml
@@ -69,6 +69,10 @@ jobs:
69
- name: Setup PowerShell modules
70
shell: pwsh
71
run: |
72
+ if (-not [IO.Directory]::Exists("$ENV:LOCALAPPDATA\GenXdev.PowerShell")) {
73
+
74
+ [IO.Directory]::CreateDirectory("$ENV:LOCALAPPDATA\GenXdev.PowerShell")
75
+ }
76
'{"AllowInstall_GenXdevGlobal": "true"}' | Out-File "$ENV:LOCALAPPDATA\GenXdev.PowerShell\SoftwareConsent.json" -Force
77
78
Write-Host "Installing required modules..."
0 commit comments