diff options
Diffstat (limited to '.ci/templates')
-rw-r--r-- | .ci/templates/steps-build-uhd-make.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.ci/templates/steps-build-uhd-make.yml b/.ci/templates/steps-build-uhd-make.yml index a3c4c7eb5..cc0d491e8 100644 --- a/.ci/templates/steps-build-uhd-make.yml +++ b/.ci/templates/steps-build-uhd-make.yml @@ -22,7 +22,7 @@ steps: - script: | cd ${{ parameters.uhdBuildDir }} - make -j$(nproc) + make -j$(nproc) -k displayName: make UHD - script: | cd ${{ parameters.uhdBuildDir }} |