From 35148991e8daba9a06d256c34a221fbf0873abbe Mon Sep 17 00:00:00 2001 From: empyreus Date: Fri, 27 Mar 2026 19:32:47 +0000 Subject: [PATCH] fix cmake --- .azure-pipelines/templates/deploy.yml | 2 ++ 1 file changed, 2 insertions(+) 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