Attempt to fix build config
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Pierre HUBERT 2024-05-14 19:39:00 +02:00
parent 45ff766752
commit 8218bec088

View File

@ -7,6 +7,7 @@ steps:
- name: backend_check - name: backend_check
image: rust image: rust
commands: commands:
- apt update && apt install -y zlib1g-dev
- rustup component add clippy - rustup component add clippy
- cd geneit_backend - cd geneit_backend
- cargo clippy -- -D warnings - cargo clippy -- -D warnings