Also install libsqlite3-dev.

This commit is contained in:
Alexander Færøy 2020-12-06 01:05:15 +00:00
parent 128f8c31c0
commit 3bccafd6b9
1 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,7 @@ rust-latest:
stage: build
image: rust:latest
script:
- apt install libsqlite3-dev
- cargo build --verbose
- cargo test --verbose
@ -13,5 +14,6 @@ rust-nightly:
image: rustlang/rust:nightly
allow_failure: true
script:
- apt install libsqlite3-dev
- cargo build --verbose
- cargo test --verbose