CI: Install libsqlite3 required by Sparse

This commit is contained in:
Jim Huang 2024-12-11 16:26:16 +08:00
parent 519033d2cc
commit 9543ca4e40

View File

@ -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