ci: fix bear

This commit is contained in:
2025-07-04 16:05:14 +02:00
parent 7cd976f916
commit d1b993c32a

View File

@@ -41,7 +41,7 @@ jobs:
- uses: actions/checkout@v4
- uses: awalsh128/cache-apt-pkgs-action@latest
with:
packages: "clang-format clang-tidy bear"
packages: "clang-format clang-tidy bear libpam0g-dev"
version: 1.0
- run: bear -- make
- run: clang-format -ni src/*.c include/*.h