Skip to content

Commit 9543ca4

Browse files
committed
CI: Install libsqlite3 required by Sparse
1 parent 519033d commit 9543ca4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/status-check.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
if: ${{ steps.changed-files.outputs.any_changed == 'true' ||
2424
github.event_name == 'workflow_dispatch' }}
2525
run: |
26-
sudo apt install -q -y clang-format cppcheck gcc
26+
sudo apt install -q -y clang-format cppcheck gcc libsqlite3-dev
2727
.ci/check-newline.sh
2828
.ci/check-format.sh
2929
.ci/static-analysis.sh

0 commit comments

Comments
 (0)