Fix a Fix typo ;)

This commit is contained in:
ISSOtm
2026-04-16 02:54:40 +02:00
parent b3c3981a90
commit 393eaa9dc1
+1 -1
View File
@@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@v6 uses: actions/checkout@v6
- name: Install clang-format - name: Install clang-format
run: | run: |
sudo apt-get install -Uyq install clang-format sudo apt-get -Uyq install clang-format
- name: Check format - name: Check format
run: | run: |
contrib/checkformat.sh contrib/checkformat.sh