From 3b9d979cfd5935262841c077aa24bfd03ab1f5ed Mon Sep 17 00:00:00 2001 From: Bryce Hackel <34104885+bhackel@users.noreply.github.com> Date: Tue, 9 Jan 2024 13:19:31 -0800 Subject: [PATCH] Replace subversion with git --- .github/workflows/buildapp.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/buildapp.yml b/.github/workflows/buildapp.yml index c2162cd..2bf259c 100644 --- a/.github/workflows/buildapp.yml +++ b/.github/workflows/buildapp.yml @@ -78,7 +78,10 @@ jobs: - name: Download iOS 16.2 SDK if: steps.SDK.outputs.cache-hit != 'true' run: | - svn checkout -q https://github.com/arichorn/sdks/trunk/iPhoneOS16.2.sdk + git clone -n --depth=1 --filter=tree:0 https://github.com/arichorn/sdks/ + cd sdks + git sparse-checkout set --no-cone iPhoneOS16.2.sdk + git checkout mv *.sdk $THEOS/sdks env: THEOS: ${{ github.workspace }}/theos