Use Debian bullseye in test suite in CI
continuous-integration/drone/push Build encountered an error Details
continuous-integration/drone Build encountered an error Details

This commit is contained in:
Olivier 'reivilibre' 2021-07-27 21:19:24 +01:00
parent 557dc60f84
commit ec31fba03f
1 changed files with 1 additions and 1 deletions

View File

@ -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