From 22e58abe1fd0fc67777b204a7e3d968f567c091c Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Mon, 29 Aug 2022 13:32:05 -0500 Subject: [PATCH] Install Bevy build dependencies. --- .drone.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.drone.yml b/.drone.yml index 7db6432..ebd5734 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,6 +7,8 @@ steps: image: rust commands: - rustup component add clippy rustfmt + - apt-get update -qq + - apt-get install -qqy llvm-dev libclang-dev clang libspeechd-dev pkg-config libx11-dev libasound2-dev libudev-dev libxcb-xfixes0-dev libwayland-dev libxkbcommon-dev libvulkan-dev libpulse-dev - cargo fmt --check - cargo build --all - cargo build --examples --all