mirror of
https://github.com/Xevion/orianne.git
synced 2025-12-06 01:15:34 -06:00
Add dependency install setup for libxcb-cursor LDD
This commit is contained in:
5
.github/workflows/build.yaml
vendored
5
.github/workflows/build.yaml
vendored
@@ -39,6 +39,11 @@ jobs:
|
|||||||
wget -c -nv "https://github.com/probonopd/linuxdeployqt/releases/download/continuous/linuxdeployqt-continuous-x86_64.AppImage"
|
wget -c -nv "https://github.com/probonopd/linuxdeployqt/releases/download/continuous/linuxdeployqt-continuous-x86_64.AppImage"
|
||||||
chmod a+x 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
|
- name: Package artifacts with linuxdeployqt
|
||||||
run: |
|
run: |
|
||||||
mkdir -p appdir/usr/bin/
|
mkdir -p appdir/usr/bin/
|
||||||
|
|||||||
Reference in New Issue
Block a user