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:
70
70
- name : Bash Test
71
71
shell : bash
72
72
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
74
75
cmake --version
75
76
which cmake
76
77
- name : Check long paths
77
78
run : |
78
- # Get-ChildItem -Path "C:\" -Recurse -Include "cmake.exe"
79
+ Get-ChildItem -Path "C:\Strawberry \" -Recurse -Include "cmake.exe"
79
80
Get-ItemProperty -Path 'HKLM:\SYSTEM\CurrentControlSet\Control\FileSystem' -Name 'LongPathsEnabled'
80
81
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
81
82
# 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