mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-04-19 22:22:06 +00:00
Fix for YouTubeHeader compiling? (buildapp.yml)
This commit is contained in:
parent
74850a7eac
commit
21c6552580
1 changed files with 7 additions and 0 deletions
7
.github/workflows/buildapp.yml
vendored
7
.github/workflows/buildapp.yml
vendored
|
|
@ -123,6 +123,13 @@ 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