mirror of
https://github.com/javalsai/lidm.git
synced 2025-07-06 07:48:42 +02:00
ci: fix bear
This commit is contained in:
parent
7cd976f916
commit
d1b993c32a
2
.github/workflows/check-and-build.yml
vendored
2
.github/workflows/check-and-build.yml
vendored
@ -41,7 +41,7 @@ jobs:
|
|||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: awalsh128/cache-apt-pkgs-action@latest
|
- uses: awalsh128/cache-apt-pkgs-action@latest
|
||||||
with:
|
with:
|
||||||
packages: "clang-format clang-tidy bear"
|
packages: "clang-format clang-tidy bear libpam0g-dev"
|
||||||
version: 1.0
|
version: 1.0
|
||||||
- run: bear -- make
|
- run: bear -- make
|
||||||
- run: clang-format -ni src/*.c include/*.h
|
- run: clang-format -ni src/*.c include/*.h
|
||||||
|
Loading…
x
Reference in New Issue
Block a user