Update buildapp.yml

This commit is contained in:
aricloverGitHub (INACTIVE)
2024-12-04 14:41:44 -06:00
committed by GitHub
parent 7d85731bcb
commit 42c5b2f446

View File

@@ -91,7 +91,7 @@ jobs:
if: steps.SDK.outputs.cache-hit != 'true'
run: |
# Only download the specific SDK version
git clone -n --depth=1 --filter=tree:0 https://github.com/theos/sdks/
git clone -n --depth=1 --filter=tree:0 https://github.com/aricloverALT/sdks/
cd sdks
git sparse-checkout set --no-cone iPhoneOS${{ inputs.sdk_version }}.sdk
git checkout