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: