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 5da4db1 commit 4445eb6Copy full SHA for 4445eb6
.github/workflows/test.yml
@@ -39,6 +39,10 @@ jobs:
39
- name: Setup PowerShell modules
40
shell: pwsh
41
run: |
42
+ if (-not [IO.Directory]::Exists("$ENV:LOCALAPPDATA\GenXdev.PowerShell")) {
43
+
44
+ [IO.Directory]::CreateDirectory("$ENV:LOCALAPPDATA\GenXdev.PowerShell")
45
+ }
46
'{"AllowInstall_GenXdevGlobal": "true"}' | Out-File "$ENV:LOCALAPPDATA\GenXdev.PowerShell\SoftwareConsent.json" -Force
47
48
Write-Host "Installing required modules..."
0 commit comments