diff --git a/Jenkinsfile b/Jenkinsfile index 6594cd4..77abaa9 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -65,6 +65,7 @@ spec: libssl-dev \ ca-certificates rm -rf /var/lib/apt/lists/* + rustup component add rustfmt llvm-tools-preview if ! cargo llvm-cov --version >/dev/null 2>&1; then cargo install --locked cargo-llvm-cov fi