Skip to content

Commit 8326bcb

Browse files
committed
Fix typo
1 parent 4bcdf4e commit 8326bcb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-binaries.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -286,8 +286,8 @@ jobs:
286286
release_dir=`find ${{ steps.setup-stage.outputs.build-prefix }}/build -iname 'stage2-bins'`
287287
mv $release_dir/${{ needs.prepare.outputs.release-binary-filename }} .
288288
289-
- name: Enable long paths
290-
run: reg add "HKLM\SYSTEM\CurrentControlSet\Control\FileSystem" /v LongPathsEnabled /t REG_DWORD /d 1 /f
289+
- name: Enable long paths
290+
run: reg add "HKLM\SYSTEM\CurrentControlSet\Control\FileSystem" /v LongPathsEnabled /t REG_DWORD /d 1 /f
291291

292292
# There is an issue with building on Windows with bash so we use power shell.
293293
# ninja: error: mkdir(tools/clang/tools/extra/clang-tidy/misc/ConfusableTable/CMakeFiles/clang-tidy-confusable-chars-gen.dir/C_/actions-runner/llvm-project/llvm-project/llvm): No such file or directory

0 commit comments

Comments
 (0)