[CI] fix: install deps
This commit is contained in:
parent
e88f809958
commit
20e3159c60
@ -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
|
Loading…
x
Reference in New Issue
Block a user