From 2f20d17d54a6a29982eff82fd71f85da22cd6203 Mon Sep 17 00:00:00 2001 From: Brad Stein Date: Sun, 12 Apr 2026 06:36:19 -0300 Subject: [PATCH] lesavka/ci: fix apt install block line continuations --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 98ac03e..bd2f125 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -65,7 +65,7 @@ spec: libssl-dev \ ca-certificates \ libgstreamer1.0-dev \ - libgstreamer-plugins-base1.0-dev + libgstreamer-plugins-base1.0-dev \ protobuf-compiler rm -rf /var/lib/apt/lists/* rustup component add rustfmt llvm-tools-preview clippy