Update Drone build deps.

This commit is contained in:
Syfaro 2020-12-06 20:59:37 -06:00
parent 9eb653ce6b
commit b1552d8ee1

View File

@ -9,8 +9,9 @@ platform:
steps: steps:
- name: test - name: test
image: rust:1-slim image: rust:1-slim-buster
commands: commands:
- apt-get update -y && apt-get install -y libavcodec-dev libavformat-dev libavutil-dev libavdevice-dev pkg-config clang llvm
- cargo build - cargo build
- cargo test - cargo test