fix ci attempt 3
continuous-integration/drone/push Build encountered an error Details

This commit is contained in:
LordMZTE 2021-06-18 23:39:24 +02:00
parent 9e4af039f4
commit 8cb7ea697d
1 changed files with 2 additions and 2 deletions

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