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