update workflow

This commit is contained in:
uncor3
2025-09-13 03:38:35 +00:00
parent 1f389a13d0
commit 6b69d688bd
+17 -1
View File
@@ -37,10 +37,26 @@ jobs:
pkg-config \
libpugixml-dev \
libusb-1.0-0-dev \
libplist-dev \
libqrencode-dev \
libirecovery-1.0-dev
# required version is '>= 2.6.0'
- name: Install libplist
if: runner.os == 'Linux'
run: |
git clone https://github.com/libimobiledevice/libplist.git
cd libplist
./autogen.sh
sudo make install
- name: Install libtatsu
if: runner.os == 'Linux'
run: |
git clone https://github.com/libimobiledevice/libtatsu.git
cd libtatsu
./autogen.sh
sudo make install
- name: Install libtatsu
if: runner.os == 'Linux'
run: |