diff --git a/Jenkinsfile b/Jenkinsfile index 719e5df..d0742ad 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -25,7 +25,6 @@ } stage('MacOSX Build') { agent { docker 'macosx-build-agent:latest' } - environment { PATH = "/osxcross/bin:$PATH" } steps { echo 'Building..' sh 'make build/hello-macosx.bin'