diff --git a/.drone.yml b/.drone.yml index e76b376..fe4b367 100644 --- a/.drone.yml +++ b/.drone.yml @@ -2,5 +2,10 @@ pipeline: build: image: rust:1.25.0 commands: + - apt-get update -y && apt-get install -y libgtk-3-dev - cargo check - cargo build --release + +cache: + mount: + - target