added apt update
continuous-integration/drone/push Build is failing Details

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

View File

@ -6,6 +6,7 @@ steps:
- name: test
image: rust:latest
commands:
- apt-get update
- apt-get -y install libgtk-3-dev
- rustup component add clippy
- cargo clippy
@ -14,6 +15,7 @@ steps:
- name: deploy
image: rust:latest
commands:
- apt-get update
- apt-get -y install libgtk-3-dev
- cargo build --release
- tar cvzf conductor.tar.gz -C target/release conductor