1 files changed, 2 insertions(+), 0 deletions(-)
M Jenkinsfile
M Jenkinsfile => Jenkinsfile +2 -0
@@ 6,6 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 'rustup component add clippy'
}
}