mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-10-30 09:30:47 +03:00
Install deps for add-apt-repo
This commit is contained in:
parent
cee73d7598
commit
92d6b9c5f1
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue