mirror of
https://github.com/YTLitePlus/YTLitePlus.git
synced 2026-04-21 02:52:05 +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
|
cd sdks
|
||||||
git sparse-checkout set --no-cone iPhoneOS${{ inputs.sdk_version }}.sdk
|
git sparse-checkout set --no-cone iPhoneOS${{ inputs.sdk_version }}.sdk
|
||||||
git checkout
|
git checkout
|
||||||
|
mkdir -p $THEOS/sdks
|
||||||
mv *.sdk $THEOS/sdks
|
mv *.sdk $THEOS/sdks
|
||||||
env:
|
env:
|
||||||
THEOS: theos
|
THEOS: ${{ github.workspace }}/theos
|
||||||
|
|
||||||
- name: Download Theos Jailed
|
- name: Download Theos Jailed
|
||||||
uses: actions/checkout@v6.0.1
|
uses: actions/checkout@v6.0.1
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue