Update Jenkinsfile

This commit is contained in:
Molly Sophia 2023-12-21 06:55:33 +00:00
parent 016179c2af
commit 06940f301b

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' sh 'makepkg --config jenkins-utils/makepkg-aarch64.conf --syncdeps --force'
} }
} }