Skip to content

Commit 1134284

Browse files
committed
Fix clang-format installation command in lint workflow
1 parent 5bb3007 commit 1134284

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/task-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Install clang-format
3030
run: |
3131
sudo apt-get update
32-
sudo apt-get install -y clang-format-${{ inputs.clang-format-version }}
32+
sudo apt-get install -y clang-format
3333
3434
- name: Check code format with ci.sh qa
3535
run: |

0 commit comments

Comments
 (0)