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: