Skip to content

Fix ffmpeg not found on some Windows machine (https://github.com/alie… #32

Fix ffmpeg not found on some Windows machine (https://github.com/alie…

Fix ffmpeg not found on some Windows machine (https://github.com/alie… #32

Workflow file for this run

name: Linux Build
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.12'
- name: Install UPX
uses: crazy-max/ghaction-upx@v3
with:
install-only: true
- name: Check UPX version
run: upx --version
- name: PyInstaller Linux
uses: aliencaocao/pyinstaller_action@main
with:
python_ver: '3.12'
spec: 'yt-dlp-gui-linux.spec'
requirements: 'requirements.txt'
upload_exe_with_name: 'yt-dlp-gui'