mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-04-20 10:52:07 +00:00
Revert Changes because of macos-latest
iOS 17 SDK cannot be used because `macos-latest` has not updated
This commit is contained in:
parent
1be0c249cc
commit
7d5af8e99a
1 changed files with 3 additions and 3 deletions
6
.github/workflows/buildapp.yml
vendored
6
.github/workflows/buildapp.yml
vendored
|
|
@ -73,15 +73,15 @@ jobs:
|
|||
id: SDK
|
||||
uses: actions/cache@v3.3.2
|
||||
env:
|
||||
cache-name: iOS-17.0-SDK
|
||||
cache-name: iOS-16.2-SDK
|
||||
with:
|
||||
path: theos/sdks/
|
||||
key: ${{ env.cache-name }}
|
||||
|
||||
- name: Download iOS 17.0 SDK
|
||||
- name: Download iOS 16.2 SDK
|
||||
if: steps.SDK.outputs.cache-hit != 'true'
|
||||
run: |
|
||||
svn checkout -q https://github.com/arichorn/sdks/trunk/iPhoneOS17.0.sdk
|
||||
svn checkout -q https://github.com/arichorn/sdks/trunk/iPhoneOS16.2.sdk
|
||||
mv *.sdk $THEOS/sdks
|
||||
env:
|
||||
THEOS: ${{ github.workspace }}/theos
|
||||
|
|
|
|||
Loading…
Reference in a new issue