Add pacman -Syy step

Signed-off-by: Molly Sophia <mollysophia379@gmail.com>
This commit is contained in:
Molly Sophia 2023-12-16 16:17:23 +08:00
parent 3657d6358a
commit b3f7ac6597

1
Jenkinsfile vendored
View File

@ -17,6 +17,7 @@ pipeline {
} }
stage('Build') { stage('Build') {
steps { steps {
sh 'sudo pacman -Syy'
sh 'makepkg --config jenkins-utils/makepkg-aarch64.conf --syncdeps --force --noconfirm' sh 'makepkg --config jenkins-utils/makepkg-aarch64.conf --syncdeps --force --noconfirm'
} }
} }