diff options
Diffstat (limited to '.ci/templates/stages-uhd-pipeline.yml')
-rw-r--r-- | .ci/templates/stages-uhd-pipeline.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.ci/templates/stages-uhd-pipeline.yml b/.ci/templates/stages-uhd-pipeline.yml index a67dbed97..462f73026 100644 --- a/.ci/templates/stages-uhd-pipeline.yml +++ b/.ci/templates/stages-uhd-pipeline.yml @@ -47,6 +47,9 @@ stages: parameters: toolset: msbuild release_binaries: ${{ parameters.release_binaries }} + - template: job-uhd-build-src.yml + parameters: + toolset: make_homebrew_macos - ${{ if parameters.custom_boost_version }}: - template: job-uhd-build-src.yml |