trying to resolve out of date cmake

trying to resolve out of date cmake
This commit is contained in:
Alister
2021-08-30 14:03:08 +01:00
parent 1865e68a0d
commit 5d6088ea2a

View File

@@ -13,7 +13,7 @@ image: havric/noggit-red-build:latest
build: build:
stage: build stage: build
before_script: before_script:
- apt update - apt update && apt install -y cmake
script: script:
- mkdir build - mkdir build
- cd build - cd build