update build workflow

This commit is contained in:
uncor3
2025-10-24 10:18:53 +00:00
parent 88b20eddda
commit b88dce7dce
2 changed files with 25 additions and 2 deletions
+2 -2
View File
@@ -117,14 +117,14 @@ jobs:
pushd lxqt-build-tools
mkdir build && cd build
cmake ..
sudo make install
make install
popd
git clone https://github.com/uncor3/qtermwidget.git
pushd qtermwidget
mkdir build && cd build
cmake ..
sudo make install
make install
popd
- name: Build libimobiledevice suite (versioned tarballs)