Skip to content

Commit

Permalink
Trying to get macos build to worl with Jenkins
Browse files Browse the repository at this point in the history
  • Loading branch information
jgaa committed Aug 17, 2024
1 parent e9da5cf commit 69931c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/jenkins/Jenkinsfile.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ pipeline {

steps {
echo "Building on macos in ${WORKSPACE}"
brew install openssl boost zlib rapidjson gtest cmake ninja
sh brew install openssl boost zlib rapidjson gtest cmake ninja
checkout scm
sh 'pwd; ls -la'
sh 'rm -rf build'
Expand Down

0 comments on commit 69931c9

Please sign in to comment.