mirror of
https://github.com/SoPat712/YTLitePlus.git
synced 2025-08-21 18:48:45 -04:00
4
.github/workflows/buildapp.yml
vendored
4
.github/workflows/buildapp.yml
vendored
@@ -65,12 +65,12 @@ jobs:
|
|||||||
path: theos/sdks/
|
path: theos/sdks/
|
||||||
key: ${{ env.cache-name }}
|
key: ${{ env.cache-name }}
|
||||||
|
|
||||||
- name: Download iOS 16.2 SDK
|
- name: Download iOS 16.4 SDK
|
||||||
if: steps.SDK.outputs.cache-hit != 'true'
|
if: steps.SDK.outputs.cache-hit != 'true'
|
||||||
run: |
|
run: |
|
||||||
git clone -n --depth=1 --filter=tree:0 https://github.com/arichorn/sdks/
|
git clone -n --depth=1 --filter=tree:0 https://github.com/arichorn/sdks/
|
||||||
cd sdks
|
cd sdks
|
||||||
git sparse-checkout set --no-cone iPhoneOS16.2.sdk
|
git sparse-checkout set --no-cone iPhoneOS16.4.sdk
|
||||||
git checkout
|
git checkout
|
||||||
mv *.sdk $THEOS/sdks
|
mv *.sdk $THEOS/sdks
|
||||||
env:
|
env:
|
||||||
|
Reference in New Issue
Block a user