diff --git a/Jenkinsfile b/Jenkinsfile index 1281526..782aa92 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -17,6 +17,7 @@ pipeline { } stage('Build') { steps { + sh 'sudo pacman -Syy' sh 'makepkg --config jenkins-utils/makepkg-aarch64.conf --syncdeps --force --noconfirm' } }