File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 67
67
test-runs-on : ${{ steps.vars.outputs.build-runs-on }}
68
68
69
69
steps :
70
- - run : |
71
- New-Item -Path "c:\actions-runner\llvm-project\llvm-project\build\tools\clang\tools\extra\clang-tidy\misc\ConfusableTable\CMakeFiles\clang-tidy-confusable-chars-gen.dir\C_\actions-runner\llvm-project\llvm-project\llvm" -ItemType Directory
70
+ - name : Check long paths
71
+ run : |
72
+ Get-ItemProperty -Path 'HKLM:\SYSTEM\CurrentControlSet\Control\FileSystem' -Name 'LongPathsEnabled'
73
+ 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
72
74
# It's good practice to use setup-python, but this is also required on macos-14
73
75
# due to https://github.com/actions/runner-images/issues/10385
74
76
- uses : actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f
92
94
run : |
93
95
./llvm/utils/release/./github-upload-release.py --token "$GITHUB_TOKEN" --user "$GITHUB_ACTOR" --user-token "$USER_TOKEN" check-permissions
94
96
95
- - name : Check long paths
96
- run : |
97
- Get-ItemProperty -Path 'HKLM:\SYSTEM\CurrentControlSet\Control\FileSystem' -Name 'LongPathsEnabled'
98
97
- name : Collect Variables
99
98
id : vars
100
99
shell : bash
@@ -203,6 +202,7 @@ jobs:
203
202
- name : Check long paths
204
203
run : |
205
204
Get-ItemProperty -Path 'HKLM:\SYSTEM\CurrentControlSet\Control\FileSystem' -Name 'LongPathsEnabled'
205
+ 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
206
206
- name : Checkout Actions
207
207
uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
208
208
with :
You can’t perform that action at this time.
0 commit comments