File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 22
22
if : matrix.platform == 'ubuntu-latest'
23
23
run : |
24
24
sudo apt-get update && sudo apt-get install -y cmake libtool libc6-dev
25
- cd /tmp
25
+ cd /tmp
26
26
git clone https://github.com/lzfse/lzfse.git
27
27
cd lzfse
28
28
mkdir build
@@ -88,19 +88,19 @@ jobs:
88
88
- name : Run Extract Remote Kernelcache
89
89
if : matrix.platform == 'ubuntu-latest'
90
90
run : |
91
- LD_LIBRARY_PATH=/usr/local/lib build/dist/ipsw -V download kernel -v 14.1 -d iPhone12,1
91
+ LD_LIBRARY_PATH=/usr/local/lib build/dist/ipsw -V download kernel -v 14.3 -d iPhone12,1
92
92
LD_LIBRARY_PATH=/usr/local/lib build/dist/ipsw -V macho */kernelcache*
93
93
94
94
- name : Run Extract Remote Kernelcache (Windows)
95
95
if : matrix.platform == 'windows-latest'
96
96
run : |
97
- D:\a\ipsw\ipsw\build\dist\ipsw.exe -V download kernel -v 14.1 -d iPhone12,1
97
+ D:\a\ipsw\ipsw\build\dist\ipsw.exe -V download kernel -v 14.3 -d iPhone12,1
98
98
dir
99
99
100
100
- name : Run Extract ALL Remote Kernelcaches
101
101
if : matrix.platform == 'macos-latest'
102
102
run : |
103
- LD_LIBRARY_PATH=/usr/local/lib build/dist/ipsw download kernel -v 14.1 -d iPhone12,1
103
+ LD_LIBRARY_PATH=/usr/local/lib build/dist/ipsw download kernel -v 14.3 -d iPhone12,1
104
104
LD_LIBRARY_PATH=/usr/local/lib build/dist/ipsw -V macho */kernelcache*
105
105
106
106
- uses : actions/upload-artifact@v2
You can’t perform that action at this time.
0 commit comments