apt fixes

This commit is contained in:
Oscar Krause
2025-04-11 13:36:30 +02:00
parent 2d988bbf20
commit 7b00eb4a97

View File

@@ -1,7 +1,7 @@
build: build:
image: gcc:14.2-bookworm image: gcc:14.2-bookworm
before_script: before_script:
- apt-get update; apt-get install cmake - apt-get update; apt-get install cmake -y -qq
script: script:
- cmake . - cmake .
- make - make