Skip to content
Snippets Groups Projects
Commit 0b635533 authored by Huste, Tobias's avatar Huste, Tobias
Browse files

Fix cmake installation

parent cebd6b26
No related branches found
No related tags found
No related merge requests found
Pipeline #259955 passed
......@@ -17,12 +17,12 @@ default:
.install_dependencies:
before_script:
- apt-get update && apt-get -qy install python3 python3-pip
- pip3 install cmake
- pip3 install --break-system-packages cmake
.compiler_versions:
parallel:
matrix:
- VERSION: [ "11", "12" ]
- VERSION: ["12", "13"]
license_compliance:
stage: lint
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment