From 47b01d4377396c6540e0baac2272b6b21d55616d Mon Sep 17 00:00:00 2001 From: Christian Pauly Date: Sat, 6 Mar 2021 11:03:56 +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 e5b9d40ca..6c8f771b3 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 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: