CI: fix missing xz-utils

This commit is contained in:
oldmud0 2020-05-16 12:02:36 -05:00 committed by GitHub
parent 0a76100072
commit f052a7f2ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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