Fix ci
ci/woodpecker/push/woodpecker Pipeline failed
Details
ci/woodpecker/push/woodpecker Pipeline failed
Details
This commit is contained in:
parent
77ff6ed69c
commit
f5c3e50111
|
@ -1,8 +1,16 @@
|
||||||
steps:
|
steps:
|
||||||
|
depends:
|
||||||
|
image: rust:1.73
|
||||||
|
commands:
|
||||||
|
- apt update
|
||||||
|
- apt install libudev-dev
|
||||||
|
|
||||||
build:
|
build:
|
||||||
image: rust:1.73
|
image: rust:1.73
|
||||||
commands:
|
commands:
|
||||||
- apt update
|
- cargo build --release
|
||||||
- apt install libudev-dev
|
|
||||||
- cargo build --release
|
test:
|
||||||
- cargo test
|
image: rust:1.73
|
||||||
|
commands:
|
||||||
|
- cargo test
|
||||||
|
|
Loading…
Reference in New Issue