Skip to content

Commit

Permalink
CI: Install libsqlite3 required by Sparse
Browse files Browse the repository at this point in the history
  • Loading branch information
jserv committed Dec 11, 2024
1 parent 519033d commit 9543ca4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/status-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9543ca4

Please sign in to comment.