This commit is contained in:
Christian Pauly 2021-03-06 11:03:56 +01:00
parent 380732de61
commit c012081b29
1 changed files with 1 additions and 1 deletions

View File

@ -172,7 +172,7 @@ snap:edge:
stage: release
image: "snapcore/snapcraft"
before_script:
- sudo apt update && sudo apt install git curl unzip -y
- sudo apt update && sudo apt install git curl unzip clang cmake ninja-build pkg-config libgtk-3-dev libblkid-dev liblzma-dev -y
- git clone https://github.com/flutter/flutter.git
- export PATH="$PATH:`pwd`/flutter/bin"
variables: