Skip to content

Commit 80daeaf

Browse files
committed
Fix typo
1 parent 33283a8 commit 80daeaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-binaries-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: depot-windows-2022-16
1313
if: github.repository_owner == 'llvm'
1414
steps:
15-
- Name: Setup crlf
15+
- name: Setup crlf
1616
run: |
1717
git config --global core.autocrlf false
1818
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1A

0 commit comments

Comments
 (0)