diff --git a/.azure-pipelines/templates/deploy.yml b/.azure-pipelines/templates/deploy.yml index fc116acf..b02db955 100644 --- a/.azure-pipelines/templates/deploy.yml +++ b/.azure-pipelines/templates/deploy.yml @@ -55,6 +55,8 @@ steps: inputs: targetType: 'inline' script: | + sudo apt-get update -y + sudo apt-get install cmake -y set -e rm -rf build mkdir -p build && cd build