From 393eaa9dc17c4e140310de81ef1da5ea80897508 Mon Sep 17 00:00:00 2001 From: ISSOtm Date: Thu, 16 Apr 2026 02:54:40 +0200 Subject: [PATCH] Fix a Fix typo ;) --- .github/workflows/checkformat.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/checkformat.yml b/.github/workflows/checkformat.yml index d94277e2..60775e2c 100644 --- a/.github/workflows/checkformat.yml +++ b/.github/workflows/checkformat.yml @@ -15,7 +15,7 @@ jobs: uses: actions/checkout@v6 - name: Install clang-format run: | - sudo apt-get install -Uyq install clang-format + sudo apt-get -Uyq install clang-format - name: Check format run: | contrib/checkformat.sh