rust_voice_chat/.woodpecker/compile.yaml
2025-03-04 00:56:26 +03:00

13 lines
209 B
YAML

when:
event:
- push
- manual
branch: main
steps:
build:
image: rust:1.85
commands:
- apt update
- apt install -y libasound2-dev
- cargo build