Skip to content

Commit

Permalink
chore: remove temporary workaround for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
mdelapenya committed Aug 7, 2023
1 parent d1c291e commit b673bef
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ci-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,6 @@ 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 b673bef

Please sign in to comment.