mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-04-20 10:52:07 +00:00
Fix uYouEnhanced Building 🔧✅
This commit is contained in:
parent
86ca725b54
commit
4c2f45db01
1 changed files with 3 additions and 3 deletions
6
.github/workflows/buildapp.yml
vendored
6
.github/workflows/buildapp.yml
vendored
|
|
@ -83,12 +83,12 @@ jobs:
|
|||
path: theos/sdks/
|
||||
key: ${{ env.cache-name }}
|
||||
restore-keys: ${{ env.cache-name }}
|
||||
|
||||
|
||||
- name: Download iOS SDK
|
||||
if: steps.SDK.outputs.cache-hit != 'true'
|
||||
run: |
|
||||
svn checkout -q https://github.com/arichorn/sdks/trunk/iPhoneOS${{ inputs.sdk_version }}.sdk
|
||||
mv *.sdk $THEOS/sdks
|
||||
git clone --quiet https://github.com/arichorn/sdks.git
|
||||
mv sdks/iPhoneOS${{ inputs.sdk_version }}.sdk $THEOS/sdks
|
||||
env:
|
||||
THEOS: ${{ github.workspace }}/theos
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue