From 185a5c53698d684db4db10673b757d8640dfcbe5 Mon Sep 17 00:00:00 2001 From: ISSOtm Date: Thu, 16 Apr 2026 01:58:42 +0200 Subject: [PATCH] Add necessary flags to `apt install` for checkformat --- .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 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