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 753107f commit b53cb62Copy full SHA for b53cb62
.github/workflows/test.yml
@@ -17,6 +17,10 @@ jobs:
17
- name: Setup PowerShell modules
18
shell: pwsh
19
run: |
20
+ if (-not [IO.Directory]::Exists("$ENV:LOCALAPPDATA\GenXdev.PowerShell")) {
21
+
22
+ [IO.Directory]::CreateDirectory("$ENV:LOCALAPPDATA\GenXdev.PowerShell")
23
+ }
24
'{"AllowInstall_GenXdevGlobal": "true"}' | Out-File "$ENV:LOCALAPPDATA\GenXdev.PowerShell\SoftwareConsent.json" -Force
25
26
Write-Host "Installing required modules..."
0 commit comments