Skip to content

Commit 7f27ea0

Browse files
authored
Update release-binaries.yml
1 parent f258bbc commit 7f27ea0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release-binaries.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,9 @@ jobs:
198198
if: github.repository_owner == 'llvm'
199199
runs-on: ${{ needs.prepare.outputs.build-runs-on }}
200200
steps:
201-
201+
- name: Check long paths
202+
run: |
203+
Get-ItemProperty -Path 'HKLM:\SYSTEM\CurrentControlSet\Control\FileSystem' -Name 'LongPathsEnabled'
202204
- name: Checkout Actions
203205
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
204206
with:

0 commit comments

Comments
 (0)