default: image: rust stages: - build before_script: - apt update && apt install -y libasound2 build: stage: build script: - cargo build --release