diff options
| author | oldmud0 <oldmud0@users.noreply.github.com> | 2020-05-16 12:02:36 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-16 12:02:36 -0500 |
| commit | f052a7f2ea2e447910207b44811bab5c5d08c2aa (patch) | |
| tree | 4f407b15e672e948d2da5c3fcfd7750847832a1a | |
| parent | 0a76100072a22cee5cf92df015bcddf4d178fc4f (diff) | |
CI: fix missing xz-utils
| -rw-r--r-- | .gitlab-ci.yml | 2 |
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 |
