diff --git a/Jenkinsfile b/Jenkinsfile index 8bc5753..e98db6e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -6,11 +6,6 @@ pipeline { checkout scm } } - stage('install') { - steps { - sh 'cargo install cross' - } - } stage('build') { steps { sh '~/.cargo/bin/cross build --target x86_64-pc-windows-gnu --release'