fix ci attempt 3
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
LordMZTE 2021-06-18 23:39:24 +02:00
parent 9e4af039f4
commit 8cb7ea697d

View file

@ -5,7 +5,7 @@ steps:
image: rust
commands:
- apt update
- apt install cmake
- apt install -y cmake
- cargo test -v
---
kind: pipeline
@ -15,7 +15,7 @@ steps:
image: rust
commands:
- apt update
- apt install cmake
- apt install -y cmake
- cargo build --release -v
- name: publish