Skip to content

Select the source of yt dlp and ffmpeg #69

Select the source of yt dlp and ffmpeg

Select the source of yt dlp and ffmpeg #69

Workflow file for this run

name: Run Gradle on PRs
on: pull_request
jobs:
gradle:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 21
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3
- name: Execute Gradle build
run: ./gradlew build