mirror of
https://github.com/iDescriptor/iDescriptor.git
synced 2026-06-21 19:35:49 +08:00
update workflow
This commit is contained in:
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user