From 9b7daea17772415ae9dd67f35375d5dc0f0df008 Mon Sep 17 00:00:00 2001 From: James H Date: Mon, 3 Jan 2022 14:15:05 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d9daeca..1a6e070 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -23,8 +23,7 @@ build-job: # This job runs in the build stage, which runs first. tags: - linux before_script: - - apt update - - apt install -y cmake libgtk2.0-dev + - apk --no-cache add cmake libgtk2.0-dev script: - echo "Configuring" - cmake -B build .