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

This commit is contained in:
Pierre HUBERT 2022-05-03 12:08:03 +00:00
parent aea9d81433
commit 4bc2e60e49

View File

@ -11,4 +11,5 @@ steps:
- name: cargo_clippy - name: cargo_clippy
image: rust image: rust
commands: commands:
- rustup component add clippy
- cargo clippy - cargo clippy