Fix ci
ci/woodpecker/push/woodpecker Pipeline failed Details

This commit is contained in:
SeanOMik 2023-10-22 20:39:33 -04:00
parent 77ff6ed69c
commit f5c3e50111
Signed by: SeanOMik
GPG Key ID: 568F326C7EB33ACB
1 changed files with 12 additions and 4 deletions

View File

@ -1,8 +1,16 @@
steps: steps:
build: depends:
image: rust:1.73 image: rust:1.73
commands: commands:
- apt update - apt update
- apt install libudev-dev - apt install libudev-dev
build:
image: rust:1.73
commands:
- cargo build --release - cargo build --release
test:
image: rust:1.73
commands:
- cargo test - cargo test