Use Debian bullseye in test suite in CI
This commit is contained in:
parent
557dc60f84
commit
ec31fba03f
|
@ -14,7 +14,7 @@ steps:
|
||||||
- cargo test --verbose --all
|
- cargo test --verbose --all
|
||||||
|
|
||||||
- name: test suite
|
- name: test suite
|
||||||
image: rust:1.49.0-slim
|
image: rust:1.49.0-slim-bullseye
|
||||||
commands:
|
commands:
|
||||||
- apt-get -qq update && apt-get -yqq install pkg-config libssl-dev build-essential libsqlite3-dev python3.9 python3.9-venv
|
- apt-get -qq update && apt-get -yqq install pkg-config libssl-dev build-essential libsqlite3-dev python3.9 python3.9-venv
|
||||||
- cargo install --path yama
|
- cargo install --path yama
|
||||||
|
|
Loading…
Reference in New Issue