From 4c2f45db01c2908708445f15b936e3f2860325c1 Mon Sep 17 00:00:00 2001 From: arichornlover <78001398+arichorn@users.noreply.github.com> Date: Tue, 9 Jan 2024 18:57:13 -0600 Subject: [PATCH] =?UTF-8?q?Fix=20uYouEnhanced=20Building=20=F0=9F=94=A7?= =?UTF-8?q?=E2=9C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/buildapp.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/buildapp.yml b/.github/workflows/buildapp.yml index 0074eb1..4f06793 100644 --- a/.github/workflows/buildapp.yml +++ b/.github/workflows/buildapp.yml @@ -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