Skip to content

Commit 12a4b95

Browse files
authored
Fix case sensitivity for Ninja installation command
1 parent 873e2bf commit 12a4b95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/c-cpp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
- name: Install ninja (Windows)
3030
if: runner.os == 'Windows'
31-
run: choco install -y ninja
31+
run: choco install -y Ninja
3232

3333
- name: Configure (Windows)
3434
if: runner.os == 'Windows'

0 commit comments

Comments
 (0)