mirror of
https://github.com/YTLitePlus/YTLitePlus.git
synced 2026-04-05 20:29:42 +00:00
Fix Download iOS SDK step: use absolute THEOS path and create sdks directory
Co-authored-by: Balackburn <93828569+Balackburn@users.noreply.github.com>
This commit is contained in:
parent
6b6ab652a3
commit
d8bafefbda
1 changed files with 2 additions and 1 deletions
3
.github/workflows/buildapp.yml
vendored
3
.github/workflows/buildapp.yml
vendored
|
|
@ -94,9 +94,10 @@ jobs:
|
|||
cd sdks
|
||||
git sparse-checkout set --no-cone iPhoneOS${{ inputs.sdk_version }}.sdk
|
||||
git checkout
|
||||
mkdir -p $THEOS/sdks
|
||||
mv *.sdk $THEOS/sdks
|
||||
env:
|
||||
THEOS: theos
|
||||
THEOS: ${{ github.workspace }}/theos
|
||||
|
||||
- name: Download Theos Jailed
|
||||
uses: actions/checkout@v6.0.1
|
||||
|
|
|
|||
Loading…
Reference in a new issue