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 e65e764 commit db2402aCopy full SHA for db2402a
.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