Fix for YouTubeHeader compiling? (buildapp.yml)

This commit is contained in:
arichornlover 2024-02-10 14:41:55 -06:00 committed by GitHub
parent 74850a7eac
commit 21c6552580
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: |