Skip to content

Commit 27a1c79

Browse files
committed
Fix indent.
1 parent 36a1f74 commit 27a1c79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
steps:
5454
- uses: lukka/get-cmake@latest
5555
with:
56-
cmakeVersion: "~3.31.0" # <--= optional, use most recent 3.31.x version
56+
cmakeVersion: "~3.31.0"
5757
- uses: actions/checkout@v3
5858
with:
5959
submodules: false

0 commit comments

Comments
 (0)