diff --git a/.github/workflows/buildapp.yml b/.github/workflows/buildapp.yml index 351752e..1a18dc7 100644 --- a/.github/workflows/buildapp.yml +++ b/.github/workflows/buildapp.yml @@ -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