Skip to content

Commit

Permalink
chore(ci): set LongPathsEnabled on Windows workers (#1415)
Browse files Browse the repository at this point in the history
This is a temporary fix until the target machine have it as a built-in
  • Loading branch information
mdelapenya committed Aug 4, 2023
1 parent dd61438 commit df5ff4d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ jobs:
context: 'Windows tests',
})
- name: Set LongPathsEnabled using Powershell
shell: pwsh
run: |
Set-ItemProperty -Path 'HKLM:\SYSTEM\CurrentControlSet\Control\FileSystem' -Name 'LongPathsEnabled' -Value 1
- name: Checkout
uses: actions/checkout@v3
with:
Expand Down

0 comments on commit df5ff4d

Please sign in to comment.