diff --git a/automation/Jenkinsfile b/automation/Jenkinsfile index 70a24db..f44b83d 100644 --- a/automation/Jenkinsfile +++ b/automation/Jenkinsfile @@ -30,7 +30,7 @@ pipeline { } stage('Check Cross') { steps { - sh 'cross check --target thumbv7em-none-eabihf --no-default-features' + sh 'cargo check --target thumbv7em-none-eabihf --no-default-features' } } }