update jenkinsfile
Some checks failed
Rust CI / CI occurred while executing withChecks step.

This commit is contained in:
bQUARKz 2026-04-07 09:41:55 +01:00
parent 40536f4b30
commit 78f087ec13
Signed by: bquarkz
SSH Key Fingerprint: SHA256:Z7dgqoglWwoK6j6u4QC87OveEq74WOhFN+gitsxtkf8

View File

@ -9,7 +9,6 @@ pipeline {
set -e set -e
rustc --version rustc --version
cargo --version cargo --version
rustup component add clippy rustfmt
make ci make ci
''' '''
} }