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