mirror of
https://github.com/Xevion/orianne.git
synced 2026-01-31 04:24:58 -06:00
Add dependency install setup for libxcb-cursor LDD
This commit is contained in:
Vendored
+5
@@ -39,6 +39,11 @@ jobs:
|
||||
wget -c -nv "https://github.com/probonopd/linuxdeployqt/releases/download/continuous/linuxdeployqt-continuous-x86_64.AppImage"
|
||||
chmod a+x linuxdeployqt-continuous-x86_64.AppImage
|
||||
|
||||
- name: Download dependencies
|
||||
run: |
|
||||
sudo apt update
|
||||
sudo apt install libxcb-cursor0
|
||||
|
||||
- name: Package artifacts with linuxdeployqt
|
||||
run: |
|
||||
mkdir -p appdir/usr/bin/
|
||||
|
||||
Reference in New Issue
Block a user