From 3be50ae6be1dee0eb9fe8efadf5fd96a1d714e84 Mon Sep 17 00:00:00 2001 From: Black Hat Date: Sun, 14 Oct 2018 04:09:34 +0000 Subject: [PATCH] Add EGL. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a76c1fe..178bee9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -21,7 +21,7 @@ build-appimage: stage: build before_script: - sudo apt-get update - - sudo apt-get install -y wget libpulse-dev fuse libxi6 + - sudo apt-get install -y wget libpulse-dev fuse libxi6 libegl1-mesa - git submodule update --init --recursive - wget https://github.com/probonopd/linuxdeployqt/releases/download/continuous/linuxdeployqt-continuous-x86_64.AppImage - chmod +x linuxdeployqt-continuous-x86_64.AppImage