Attempt to fix build config
All checks were successful
continuous-integration/drone/push Build is passing

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

View File

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