Update buildapp.yml

This commit is contained in:
arichornlover 2024-02-11 12:32:51 -06:00 committed by GitHub
parent eee57234eb
commit b0dd9101d1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -100,6 +100,14 @@ jobs:
env:
THEOS: ${{ github.workspace }}/theos
- name: Download YouTubeHeader
run: |
git clone https://github.com/PoomSmart/YouTubeHeader
cd YouTubeHeader
git checkout
env:
THEOS: ${{ github.workspace }}/theos
- name: Setup Theos Jailed
uses: actions/checkout@v4.1.1
with:
@ -123,13 +131,6 @@ jobs:
YOUTUBE_VERSION: ${{ inputs.youtube_version }}
YOUTUBE_URL: ${{ inputs.decrypted_youtube_url }}
- name: Checkout YouTubeHeader (For compiling)
uses: actions/checkout@main
with:
repository: PoomSmart/YouTubeHeader
ref: main
path: YouTubeHeader
- name: Fix compiling & Build Package
id: build_package
run: |