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 db48c6a commit 9fe8287Copy full SHA for 9fe8287
.github/workflows/release-binaries.yml
@@ -69,6 +69,7 @@ jobs:
69
steps:
70
- name: Check long paths
71
run: |
72
+ Get-ChildItem -Path "C:\" -Recurse -Include "cmake.exe"
73
Get-ItemProperty -Path 'HKLM:\SYSTEM\CurrentControlSet\Control\FileSystem' -Name 'LongPathsEnabled'
74
New-Item -Path "C:\actions-runner\llvm-project\llvm-project\build\tools\clang\stage2-instrumented-bins\tools\clang\stage2-bins\tools\mlir\tools\mlir-linalg-ods-gen\CMakeFiles\mlir-linalg-ods-yaml-gen.dir\C_\actions-runner\llvm-project\llvm-project\llvm\resources\windows_version_resource.rc.res" -ItemType File -Force
75
# It's good practice to use setup-python, but this is also required on macos-14
0 commit comments