aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoroldmud0 <oldmud0@users.noreply.github.com>2020-05-16 12:02:36 -0500
committerGitHub <noreply@github.com>2020-05-16 12:02:36 -0500
commitf052a7f2ea2e447910207b44811bab5c5d08c2aa (patch)
tree4f407b15e672e948d2da5c3fcfd7750847832a1a
parent0a76100072a22cee5cf92df015bcddf4d178fc4f (diff)
CI: fix missing xz-utils
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a63f4668..bc156198 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -25,7 +25,7 @@ build linux x86_64:
- apt-get update
- >
apt-get install --no-install-recommends -y qt5-default qtmultimedia5-dev
- clang make git sudo curl ca-certificates pkg-config upx unzip
+ clang make git sudo curl ca-certificates pkg-config upx unzip xz-utils
- git submodule init
- git submodule update