small jenkinsfile fix
Some checks failed
Rust/spacepackets/pipeline/head There was a failure building this commit

This commit is contained in:
2022-08-16 10:38:06 +02:00
parent c5b16f006f
commit 72b8f45161

View File

@@ -30,7 +30,7 @@ pipeline {
} }
stage('Check Cross') { stage('Check Cross') {
steps { steps {
sh 'cross check --target thumbv7em-none-eabihf --no-default-features' sh 'cargo check --target thumbv7em-none-eabihf --no-default-features'
} }
} }
} }