changing cargo path
This commit is contained in:
parent
4156eb4902
commit
81907a3fa8
@ -4,7 +4,7 @@ pipeline {
|
||||
stages {
|
||||
stage('Build') {
|
||||
steps {
|
||||
sh 'cargo build'
|
||||
sh '~/.cargo/bin/cargo build'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user