diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2021-07-12 00:54:11 +0200 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2021-07-12 00:54:11 +0200 |
commit | 92d6b9c5f1a4bc1633fe1d2a1e095589ef2535d4 (patch) | |
tree | 7d204f79c2aa6db0969df38266835be66e6f2fe7 /.gitlab-ci.yml | |
parent | Try to update qt in CI (diff) | |
download | nheko-92d6b9c5f1a4bc1633fe1d2a1e095589ef2535d4.tar.xz |
Install deps for add-apt-repo
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2b0777fd..b094fb89 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -161,6 +161,7 @@ appimage-amd64: QT_PKG: 515 before_script: # app build requirements + - apt-get update && apt-get install -y software-properties-common - add-apt-repository ppa:beineri/opt-qt-5.15.2-xenial -y - apt-get update - apt-get install -y git wget curl |