1 parent 3cca2d4 commit 968b5adCopy full SHA for 968b5ad
1 file changed
.github/workflows/ipa.yml
@@ -172,14 +172,12 @@ jobs:
172
- name: Setup Theos
173
if: ${{ steps.cache-theos.outputs.cache-hit != 'true' }}
174
run: |
175
- git clone --quiet --depth=1 --recurse-submodules https://github.com/theos/theos.git
+ git clone --quiet --depth=1 --recurse-submodules https://github.com/roothide/theos.git
176
git clone --quiet --depth=1 -n --filter=tree:0 https://github.com/Tonwalter888/iOS-SDKs.git
177
cd iOS-SDKs
178
git sparse-checkout set --no-cone iPhoneOS26.5.sdk
179
git checkout --quiet
180
mv *.sdk "$THEOS/sdks"
181
- cd ${{ github.workspace }}/theos/vendor/logos
182
- git checkout a62370066a97e36d59b200a9fa10c5091f5e8972
183
184
- name: Clone headers
185
0 commit comments