Rename shape lib
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Joe Bellus 2022-10-16 14:53:12 -04:00
parent c2a060f815
commit 22f2026aca
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 libxcb-shape libxcb-xfixes0-dev
- apt-get -y install libgtk-3-dev libxcb-shape0-dev 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 libxcb-shape libxcb-xfixes0-dev
- apt-get -y install libgtk-3-dev libxcb-shape0-dev 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