diff --git a/Jenkinsfile b/Jenkinsfile index c6fbbd5e0a45..dbe456d6356d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -203,6 +203,7 @@ helpers.rootLinuxNode(env, { sh "go install mvdan.cc/gofumpt" } dir ('protocol') { + sh "yarn cache clean avdl-compiler" sh "yarn --frozen-lockfile" sh "make clean" sh "make"