Skip to content

Commit 393eaa9

Browse files
committed
Fix a Fix typo ;)
1 parent b3c3981 commit 393eaa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/checkformat.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: actions/checkout@v6
1616
- name: Install clang-format
1717
run: |
18-
sudo apt-get install -Uyq install clang-format
18+
sudo apt-get -Uyq install clang-format
1919
- name: Check format
2020
run: |
2121
contrib/checkformat.sh

0 commit comments

Comments
 (0)