Skip to content

Commit

Permalink
GitHub CI Script: install sqlite3
Browse files Browse the repository at this point in the history
  • Loading branch information
babelouest authored Sep 4, 2019
1 parent 30a1548 commit f94da9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: install dependencies
run: |
sudo apt-get update
sudo apt-get install -y cmake pkg-config check libsubunit-dev cppcheck libsystemd-dev libsqlite3-dev libmysqlclient-dev libpq-dev libjansson-dev
sudo apt-get install -y cmake pkg-config check libsubunit-dev cppcheck libsystemd-dev libsqlite3-dev libmysqlclient-dev libpq-dev libjansson-dev sqlite3
- name: cppcheck
run: cppcheck --force --enable=warning,missingInclude --error-exitcode=1 .
- name: build
Expand Down

0 comments on commit f94da9c

Please sign in to comment.