mirror of
https://github.com/sysprog21/lkmpg.git
synced 2025-01-14 02:34:05 +08:00
CI: Install libsqlite3 required by Sparse
This commit is contained in:
parent
519033d2cc
commit
9543ca4e40
2
.github/workflows/status-check.yaml
vendored
2
.github/workflows/status-check.yaml
vendored
|
@ -23,7 +23,7 @@ jobs:
|
|||
if: ${{ steps.changed-files.outputs.any_changed == 'true' ||
|
||||
github.event_name == 'workflow_dispatch' }}
|
||||
run: |
|
||||
sudo apt install -q -y clang-format cppcheck gcc
|
||||
sudo apt install -q -y clang-format cppcheck gcc libsqlite3-dev
|
||||
.ci/check-newline.sh
|
||||
.ci/check-format.sh
|
||||
.ci/static-analysis.sh
|
||||
|
|
Loading…
Reference in New Issue
Block a user