File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -75,11 +75,11 @@ jobs:
7575 cmake --version
7676 which cmake
7777 /c/Android/android-sdk/cmake/3.31.5/bin/cmake.exe --version
78- - name : Check long paths
79- run : |
80- Get-ChildItem -Path "C:\Strawberry\" -Recurse -Include "cmake.exe"
81- Get-ItemProperty -Path 'HKLM:\SYSTEM\CurrentControlSet\Control\FileSystem' -Name 'LongPathsEnabled'
82- 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
78+ # - name: Check long paths
79+ # run: |
80+ # Get-ChildItem -Path "C:\Strawberry\" -Recurse -Include "cmake.exe"
81+ # Get-ItemProperty -Path 'HKLM:\SYSTEM\CurrentControlSet\Control\FileSystem' -Name 'LongPathsEnabled'
82+ # 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
8383 # It's good practice to use setup-python, but this is also required on macos-14
8484 # due to https://github.com/actions/runner-images/issues/10385
8585 - uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
@@ -301,7 +301,7 @@ jobs:
301301 if : runner.os == 'Windows'
302302 shell : bash
303303 run : |
304- ninja -v -C build stage2-package
304+ ninja -v -C /b stage2-package
305305
306306 - uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
307307 with :
You can’t perform that action at this time.
0 commit comments