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 2c0e6ee commit f258bbcCopy full SHA for f258bbc
.github/workflows/release-binaries.yml
@@ -90,6 +90,9 @@ jobs:
90
run: |
91
./llvm/utils/release/./github-upload-release.py --token "$GITHUB_TOKEN" --user "$GITHUB_ACTOR" --user-token "$USER_TOKEN" check-permissions
92
93
+ - name: Check long paths
94
+ run: |
95
+ Get-ItemProperty -Path 'HKLM:\SYSTEM\CurrentControlSet\Control\FileSystem' -Name 'LongPathsEnabled'
96
- name: Collect Variables
97
id: vars
98
shell: bash
0 commit comments