File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -70,12 +70,13 @@ jobs:
7070 - name : Bash Test
7171 shell : bash
7272 run : |
73- export PATH=C:\Strawberry\c\bin\:$PATH
73+ export PATH=C:\Strawberry\c\bin\:C:\Android\android-sdk\cmake\3.18.1\bin:$PATH
74+ export PATH=/c/Strawberry/c/bin/:$PATH
7475 cmake --version
7576 which cmake
7677 - name : Check long paths
7778 run : |
78- # Get-ChildItem -Path "C:\" -Recurse -Include "cmake.exe"
79+ Get-ChildItem -Path "C:\Strawberry \" -Recurse -Include "cmake.exe"
7980 Get-ItemProperty -Path 'HKLM:\SYSTEM\CurrentControlSet\Control\FileSystem' -Name 'LongPathsEnabled'
8081 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
8182 # It's good practice to use setup-python, but this is also required on macos-14
You can’t perform that action at this time.
0 commit comments