Skip to content

Commit 968b5ad

Browse files
authored
Fix ipa.yml
1 parent 3cca2d4 commit 968b5ad

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/ipa.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -172,14 +172,12 @@ jobs:
172172
- name: Setup Theos
173173
if: ${{ steps.cache-theos.outputs.cache-hit != 'true' }}
174174
run: |
175-
git clone --quiet --depth=1 --recurse-submodules https://github.com/theos/theos.git
175+
git clone --quiet --depth=1 --recurse-submodules https://github.com/roothide/theos.git
176176
git clone --quiet --depth=1 -n --filter=tree:0 https://github.com/Tonwalter888/iOS-SDKs.git
177177
cd iOS-SDKs
178178
git sparse-checkout set --no-cone iPhoneOS26.5.sdk
179179
git checkout --quiet
180180
mv *.sdk "$THEOS/sdks"
181-
cd ${{ github.workspace }}/theos/vendor/logos
182-
git checkout a62370066a97e36d59b200a9fa10c5091f5e8972
183181
184182
- name: Clone headers
185183
run: |

0 commit comments

Comments
 (0)