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
+1 -1
View File
@@ -81,7 +81,7 @@ jobs:
sudo make install
popd
git clone https://github.com/uncor3/qtermwidget.git
git clone https://github.com/lxqt/qtermwidget.git
pushd qtermwidget
mkdir build && cd build
cmake ..
+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
+16
View File
@@ -111,6 +111,22 @@ jobs:
"BONJOUR_SDK_HOME=C:/Program Files/Bonjour SDK" | Out-File -FilePath $env:GITHUB_ENV -Append
- 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/uncor3/qtermwidget.git
pushd qtermwidget
mkdir build && cd build
cmake ..
sudo make install
popd
- name: Build libimobiledevice suite (versioned tarballs)
run: |
set -euo pipefail