Skip to content

Commit 576770d

Browse files
committed
Install libsqlite3 in CI
1 parent 077905d commit 576770d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- uses: actions/checkout@v4
17+
- name: Install dependencies
18+
run: sudo apt install libsqlite3-dev
1719
- name: Build
1820
run: cargo build --release --verbose
1921
- name: Run tests

0 commit comments

Comments
 (0)