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