We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 519033d commit 9543ca4Copy full SHA for 9543ca4
.github/workflows/status-check.yaml
@@ -23,7 +23,7 @@ jobs:
23
if: ${{ steps.changed-files.outputs.any_changed == 'true' ||
24
github.event_name == 'workflow_dispatch' }}
25
run: |
26
- sudo apt install -q -y clang-format cppcheck gcc
+ sudo apt install -q -y clang-format cppcheck gcc libsqlite3-dev
27
.ci/check-newline.sh
28
.ci/check-format.sh
29
.ci/static-analysis.sh
0 commit comments