Added libxcb-shape and libxcb-fixes
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Joe Bellus 2022-10-16 14:52:04 -04:00
parent 0eb4a56ead
commit c2a060f815
1 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ steps:
image: rust:latest
commands:
- apt-get update
- apt-get -y install libgtk-3-dev
- apt-get -y install libgtk-3-dev libxcb-shape libxcb-xfixes0-dev
- rustup component add clippy
- cargo clippy
- cargo test --all
@ -16,7 +16,7 @@ steps:
image: rust:latest
commands:
- apt-get update
- apt-get -y install libgtk-3-dev
- apt-get -y install libgtk-3-dev libxcb-shape libxcb-xfixes0-dev
- cargo build --release
- tar cvzf conductor.tar.gz -C target/release conductor
- wget https://dl.min.io/client/mc/release/linux-amd64/mc