-
All, I am just getting into GitHub actions. I've already set up a self-hosted on a windows server. Trying a simple action and it's erroring out in the actions/checkout@v2 section. Here is the relevant info: `C:\windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoLogo -Sta -NoProfile -NonInteractive -ExecutionPolicy Unrestricted -Command "$ErrorActionPreference = 'Stop' ; try { Add-Type -AssemblyName System.IO.Compression.FileSystem } catch { } ; [System.IO.Compression.ZipFile]::ExtractToDirectory('C:\actions-runner_work\Project1\Project1\6574178c-da1d-4ac9-ade9-70735c3699db.tar.gz', 'C:\actions-runner_work\Project1\Project1\6574178c-da1d-4ac9-ade9-70735c3699db')"
I've googled and stackoverflow'd and couldn't find any info. Does anyone have any thoughts? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Figured it out...path was too long. Needed to edit the registry: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem and set LongPathsEnabled to 1 |
Beta Was this translation helpful? Give feedback.
Figured it out...path was too long. Needed to edit the registry:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem and set LongPathsEnabled to 1