compile additional deps

This commit is contained in:
uncor3
2025-10-24 09:58:46 +00:00
parent f4cf1342ce
commit 88b20eddda
3 changed files with 33 additions and 1 deletions
+16
View File
@@ -49,6 +49,22 @@ jobs:
libzip \
libheif
- name: Compile additional dependencies
run: |
git clone https://github.com/lxqt/lxqt-build-tools.git
pushd lxqt-build-tools
mkdir build && cd build
cmake ..
sudo make install
popd
git clone https://github.com/lxqt/qtermwidget.git
pushd qtermwidget
mkdir build && cd build
cmake ..
sudo make install
popd
- name: Build libimobiledevice suite (versioned tarballs)
run: |
set -euo pipefail