diff --git a/.github/workflows/buildapp.yml b/.github/workflows/buildapp.yml index 4f06793..cabe9f8 100644 --- a/.github/workflows/buildapp.yml +++ b/.github/workflows/buildapp.yml @@ -87,8 +87,11 @@ jobs: - name: Download iOS SDK if: steps.SDK.outputs.cache-hit != 'true' run: | - git clone --quiet https://github.com/arichorn/sdks.git - mv sdks/iPhoneOS${{ inputs.sdk_version }}.sdk $THEOS/sdks + git clone --quiet -n --depth=1 --filter=tree:0 https://github.com/arichorn/sdks/ + cd sdks + git sparse-checkout set --no-cone iPhoneOS${{ inputs.sdk_version }}.sdk + git checkout + mv *.sdk $THEOS/sdks env: THEOS: ${{ github.workspace }}/theos