Skip to content

Commit 6fcf3f9

Browse files
committed
Update go.yml
1 parent 039e6a3 commit 6fcf3f9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/go.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
if: matrix.platform == 'ubuntu-latest'
2323
run: |
2424
sudo apt-get update && sudo apt-get install -y cmake libtool libc6-dev
25-
cd /tmp
25+
cd /tmp
2626
git clone https://github.com/lzfse/lzfse.git
2727
cd lzfse
2828
mkdir build
@@ -88,19 +88,19 @@ jobs:
8888
- name: Run Extract Remote Kernelcache
8989
if: matrix.platform == 'ubuntu-latest'
9090
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
9292
LD_LIBRARY_PATH=/usr/local/lib build/dist/ipsw -V macho */kernelcache*
9393
9494
- name: Run Extract Remote Kernelcache (Windows)
9595
if: matrix.platform == 'windows-latest'
9696
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
9898
dir
9999
100100
- name: Run Extract ALL Remote Kernelcaches
101101
if: matrix.platform == 'macos-latest'
102102
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
104104
LD_LIBRARY_PATH=/usr/local/lib build/dist/ipsw -V macho */kernelcache*
105105
106106
- uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)