Skip to content

Commit 4507672

Browse files
committed
Debug
1 parent 67c0775 commit 4507672

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/release-binaries.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)