changing cargo path

This commit is contained in:
Andy Pack 2024-01-28 19:49:46 +00:00
parent 4156eb4902
commit 81907a3fa8
Signed by: sarsoo
GPG Key ID: A55BA3536A5E0ED7

View File

@ -4,7 +4,7 @@ pipeline {
stages {
stage('Build') {
steps {
sh 'cargo build'
sh '~/.cargo/bin/cargo build'
}
}
}