mirror of
https://github.com/SoPat712/YTLitePlus.git
synced 2025-08-22 02:38:45 -04:00
Added iOS 16.2 SDK
Removes iOS 15.5 SDK
This commit is contained in:
6
.github/workflows/buildapp.yml
vendored
6
.github/workflows/buildapp.yml
vendored
@@ -70,15 +70,15 @@ jobs:
|
|||||||
id: SDK
|
id: SDK
|
||||||
uses: actions/cache@v3.3.1
|
uses: actions/cache@v3.3.1
|
||||||
env:
|
env:
|
||||||
cache-name: iOS-15.5-SDK
|
cache-name: iOS-16.2-SDK
|
||||||
with:
|
with:
|
||||||
path: theos/sdks/
|
path: theos/sdks/
|
||||||
key: ${{ env.cache-name }}
|
key: ${{ env.cache-name }}
|
||||||
|
|
||||||
- name: Download iOS 15.5 SDK
|
- name: Download iOS 16.2 SDK
|
||||||
if: steps.SDK.outputs.cache-hit != 'true'
|
if: steps.SDK.outputs.cache-hit != 'true'
|
||||||
run: |
|
run: |
|
||||||
svn checkout -q https://github.com/chrisharper22/sdks/trunk/iPhoneOS15.5.sdk
|
svn checkout -q https://github.com/arichorn/sdks/trunk/iPhoneOS16.2.sdk
|
||||||
mv *.sdk $THEOS/sdks
|
mv *.sdk $THEOS/sdks
|
||||||
env:
|
env:
|
||||||
THEOS: ${{ github.workspace }}/theos
|
THEOS: ${{ github.workspace }}/theos
|
||||||
|
Reference in New Issue
Block a user