Skip to content

Commit 17673f8

Browse files
authored
Update msbuild.yml
1 parent f82d9e1 commit 17673f8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/msbuild.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929

3030
steps:
3131
- uses: actions/checkout@v3
32+
- run: powershell -command New-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Control\FileSystem" -Name "LongPathsEnabled" -Value 1 -PropertyType DWORD -Force
3233
- uses: actions/cache@v3
3334
with:
3435
key: ${{ runner.os }}-deno-${{ hashFiles('**/deps.ts') }}-${{ hashFiles('**/import_map.json') }}

0 commit comments

Comments
 (0)