gitlab-ci: Do not install CMake

This has been added to windows runners by default now.
This commit is contained in:
Andreas Schneider 2023-03-22 15:40:32 +01:00
parent de67675842
commit dddce043e0
1 changed files with 0 additions and 2 deletions

View File

@ -441,8 +441,6 @@ ubuntu/x86_64:
paths:
- obj/
before_script:
- choco install --no-progress -y cmake
- $env:Path += ';C:\Program Files\CMake\bin'
- If (!(test-path .vcpkg\archives)) { mkdir -p .vcpkg\archives }
- mkdir -p obj; if ($?) {cd obj}; if (! $?) {exit 1}
- cmake