From 7b6aaf6d3d59c0516dd6fa9388065548606ae809 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 21f94c92f..d033a7afb 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: