diff --git a/.github/workflows/checkformat.yml b/.github/workflows/checkformat.yml index 06f1f2be..74f72095 100644 --- a/.github/workflows/checkformat.yml +++ b/.github/workflows/checkformat.yml @@ -15,5 +15,5 @@ jobs: uses: actions/checkout@v6 - name: Check format run: | - sudo apt install clang-format + sudo apt --update --yes --quiet install clang-format contrib/checkformat.sh