mirror of
https://github.com/iDescriptor/iDescriptor.git
synced 2026-06-21 19:35:49 +08:00
update linux workflow
This commit is contained in:
@@ -50,6 +50,12 @@ jobs:
|
||||
libxkbcommon-x11-0 \
|
||||
libheif-dev
|
||||
|
||||
- name: Install Qt
|
||||
uses: jurplel/install-qt-action@v3
|
||||
with:
|
||||
version: "6.7.2"
|
||||
modules: "qtmultimedia qtlocation qtpositioning qtserialport"
|
||||
|
||||
- name: Compile additional dependencies
|
||||
run: |
|
||||
git clone https://github.com/lxqt/lxqt-build-tools.git
|
||||
@@ -66,12 +72,6 @@ jobs:
|
||||
sudo make install
|
||||
popd
|
||||
|
||||
- name: Install Qt
|
||||
uses: jurplel/install-qt-action@v3
|
||||
with:
|
||||
version: "6.7.2"
|
||||
modules: "qtmultimedia qtlocation qtpositioning qtserialport"
|
||||
|
||||
- name: Build libimobiledevice suite
|
||||
run: |
|
||||
repos=("libplist" "libtatsu" "libimobiledevice-glue" "libimobiledevice" "libirecovery")
|
||||
|
||||
Reference in New Issue
Block a user