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:
75
75
cmake --version
76
76
which cmake
77
77
/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
83
83
# It's good practice to use setup-python, but this is also required on macos-14
84
84
# due to https://github.com/actions/runner-images/issues/10385
85
85
- uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
@@ -301,7 +301,7 @@ jobs:
301
301
if : runner.os == 'Windows'
302
302
shell : bash
303
303
run : |
304
- ninja -v -C build stage2-package
304
+ ninja -v -C /b stage2-package
305
305
306
306
- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
307
307
with :
You can’t perform that action at this time.
0 commit comments