steps: build: image: rust:1.73 commands: - apt-get install libudev-dev - cargo build --release - cargo test