Fix uYouEnhanced Building 🔧

This commit is contained in:
arichornlover 2024-01-09 18:57:13 -06:00 committed by GitHub
parent 86ca725b54
commit 4c2f45db01
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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