[CI] fix: install deps
This commit is contained in:
parent
e88f809958
commit
20e3159c60
@ -6,9 +6,9 @@ concurrency:
|
|||||||
metadata:
|
metadata:
|
||||||
namespace: git
|
namespace: git
|
||||||
steps:
|
steps:
|
||||||
- name: build
|
- name: build_debian
|
||||||
image: rust:bookworm
|
image: rust:bookworm
|
||||||
commands:
|
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
|
- cargo install xbuild
|
||||||
- x build --platform linux --arch x64
|
- x build --platform linux --arch x64
|
||||||
- x build --platform android --arch arm64 --format apk
|
|
Loading…
x
Reference in New Issue
Block a user