From 42c5b2f446c316b295414e4c994831207c2b1c79 Mon Sep 17 00:00:00 2001 From: "aricloverGitHub (INACTIVE)" <78001398+arichornlover@users.noreply.github.com> Date: Wed, 4 Dec 2024 14:41:44 -0600 Subject: [PATCH] Update buildapp.yml --- .github/workflows/buildapp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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