mirror of
https://github.com/YTLitePlus/YTLitePlus.git
synced 2026-03-11 13:05:33 +00:00
Fix Download iOS SDK step: absolute THEOS path and mkdir (#702)
* Initial plan * Fix Download iOS SDK step: use absolute THEOS path and create sdks directory Co-authored-by: Balackburn <93828569+Balackburn@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: Balackburn <93828569+Balackburn@users.noreply.github.com>
This commit is contained in:
parent
c89431ae25
commit
b53aa9ba08
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