diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index e38ef7d6..a83fd189 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -31,7 +31,7 @@ jobs: steps: - name: Modifying the registry - shell: pwsh + shell: powershell run: |- Set-ItemProperty -Path 'HKLM:\SYSTEM\CurrentControlSet\Control\FileSystem' -Name 'LongPathsEnabled' -Value 1 git config --system core.longpaths true