From fab63c815e435f86b05b30372f9cd59b88223986 Mon Sep 17 00:00:00 2001 From: c0repwn3r Date: Wed, 19 Apr 2023 11:19:28 -0400 Subject: [PATCH] jenkins CI pt.8 --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index cee2803e7d8c2a4862efb6960d85997feb1b2b16..bb95bce50492aac2b3ed94eaa9a8fe9b40957020 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -6,8 +6,8 @@ pipeline { stages { stage('Prepare') { steps { - sh 'apt-get update -yqq' - sh 'apt-get install -yqq --no-install-recommends build-essential protobuf-compiler' + sh 'sudo apt-get update -yqq' + sh 'sudo apt-get install -yqq --no-install-recommends build-essential protobuf-compiler' sh 'rustup component add clippy' } }