fix cmake

This commit is contained in:
empyreus
2026-03-27 19:32:47 +00:00
parent fa30289415
commit 35148991e8

View File

@@ -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