mirror of
https://github.com/SoPat712/YTLitePlus.git
synced 2025-08-22 02:38:45 -04:00
Replace subversion with git
This commit is contained in:
5
.github/workflows/buildapp.yml
vendored
5
.github/workflows/buildapp.yml
vendored
@@ -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
|
||||
|
Reference in New Issue
Block a user