We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f82d9e1 commit 17673f8Copy full SHA for 17673f8
.github/workflows/msbuild.yml
@@ -29,6 +29,7 @@ jobs:
29
30
steps:
31
- uses: actions/checkout@v3
32
+ - run: powershell -command New-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Control\FileSystem" -Name "LongPathsEnabled" -Value 1 -PropertyType DWORD -Force
33
- uses: actions/cache@v3
34
with:
35
key: ${{ runner.os }}-deno-${{ hashFiles('**/deps.ts') }}-${{ hashFiles('**/import_map.json') }}
0 commit comments