diff --git a/.github/workflows/checkformat.yml b/.github/workflows/checkformat.yml index e2188f96..65842b2a 100644 --- a/.github/workflows/checkformat.yml +++ b/.github/workflows/checkformat.yml @@ -15,7 +15,7 @@ jobs: uses: actions/checkout@v7 - name: Install clang-format run: | - sudo apt-get -Uyq install clang-format + sudo apt install -Uyq clang-format - name: Check format run: | contrib/checkformat.sh