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