Skip to content

Commit

Permalink
Better Compiling (YouTube Reborn v4.2.8)
Browse files Browse the repository at this point in the history
  • Loading branch information
arichornlover committed Jun 11, 2024
1 parent 9efe3a9 commit e13d59e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/buildapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
inputs:
reborn_version:
description: "The version of Reborn"
default: "4.2.7"
default: "4.2.8"
required: true
type: string
decrypted_youtube_url:
Expand Down Expand Up @@ -75,11 +75,11 @@ jobs:
path: theos/sdks/
key: ${{ env.cache-name }}

- name: Download iOS 16.2 SDK
- name: Download iOS 16.4 SDK
if: steps.SDK.outputs.cache-hit != 'true'
run: |
git clone -n --depth=1 --filter=tree:0 https://github.com/arichornlover/sdks.git && cd sdks
git sparse-checkout set --no-cone iPhoneOS16.2.sdk
git sparse-checkout set --no-cone iPhoneOS16.4.sdk
git checkout
mv *.sdk $THEOS/sdks
env:
Expand Down

0 comments on commit e13d59e

Please sign in to comment.