We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67baec5 commit da4a506Copy full SHA for da4a506
.github/workflows/test.yml
@@ -45,6 +45,10 @@ jobs:
45
- name: Setup PowerShell modules
46
shell: pwsh
47
run: |
48
+ if (-not [IO.Directory]::Exists("$ENV:LOCALAPPDATA\GenXdev.PowerShell")) {
49
+
50
+ [IO.Directory]::CreateDirectory("$ENV:LOCALAPPDATA\GenXdev.PowerShell")
51
+ }
52
'{"AllowInstall_GenXdevGlobal": "true"}' | Out-File "$ENV:LOCALAPPDATA\GenXdev.PowerShell\SoftwareConsent.json" -Force
53
54
Write-Host "Installing required modules..."
0 commit comments