diff --git a/Jenkinsfile b/Jenkinsfile index 72ed1e3..b3cbe41 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -73,6 +73,7 @@ spec: libgtk-4-dev rm -rf /var/lib/apt/lists/* rustup component add rustfmt llvm-tools-preview clippy + git config --global --add safe.directory "$WORKSPACE" if ! cargo llvm-cov --version >/dev/null 2>&1; then cargo install --locked cargo-llvm-cov fi