From 06c31c0f207ee603b641090e3c51a942ad6bad23 Mon Sep 17 00:00:00 2001 From: Christian Pauly Date: Sat, 6 Mar 2021 10:39:14 +0100 Subject: [PATCH] fix: CI --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 21f94c92..d033a7af 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -172,6 +172,7 @@ snap:edge: stage: release image: "snapcore/snapcraft" before_script: + - sudo apt update && sudo apt install git curl -y - git clone https://github.com/flutter/flutter.git - export PATH="$PATH:`pwd`/flutter/bin" variables: