From 20e3159c60a08e5192a25d5ceb652628114935dc Mon Sep 17 00:00:00 2001 From: kieran Date: Wed, 20 Nov 2024 15:28:10 +0000 Subject: [PATCH] [CI] fix: install deps --- .drone.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yaml b/.drone.yaml index aabef6c..531f213 100644 --- a/.drone.yaml +++ b/.drone.yaml @@ -6,9 +6,9 @@ concurrency: metadata: namespace: git steps: - - name: build + - name: build_debian image: rust:bookworm commands: + - apt install -y build-essential libavcodec-dev libavformat-dev libavdevice-dev libavutil-dev libavfilter-dev libswresample-dev libswscale-dev libx264-dev libwebp-dev libssl-dev libalsaplayer-dev libpipewire-0.3-dev libpulse-dev - cargo install xbuild - - x build --platform linux --arch x64 - - x build --platform android --arch arm64 --format apk \ No newline at end of file + - x build --platform linux --arch x64 \ No newline at end of file