Skip to content
Snippets Groups Projects
Commit ff469427 authored by Volkor Barbarian Warrior's avatar Volkor Barbarian Warrior
Browse files

Update .gitlab-ci.yml file

parent a22213f5
No related branches found
No related tags found
No related merge requests found
Pipeline #42 failed
...@@ -33,7 +33,7 @@ rust-stable: ...@@ -33,7 +33,7 @@ rust-stable:
image: rust:latest image: rust:latest
script: script:
- rustc --version && cargo --version - rustc --version && cargo --version
- apt install sqlite3 - apt install -y sqlite3
- sqlite3 ephemeral.db < schema.sql - sqlite3 ephemeral.db < schema.sql
- cargo build --verbose - cargo build --verbose
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment