Update buildapp.yml
This commit is contained in:
parent
eee57234eb
commit
b0dd9101d1
1 changed files with 8 additions and 7 deletions
15
.github/workflows/buildapp.yml
vendored
15
.github/workflows/buildapp.yml
vendored
|
|
@ -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: |
|
||||
|
|
|
|||
Loading…
Reference in a new issue