Unable to use this package in GitHub action
@seproDev how to install this package using GitHub action?
I used this, but it’s not working for me.
```yml
wget https://github.com/yt-dlp/FFmpeg-Builds/releases/download/latest/ffmpeg-master-latest-linux64-gpl.tar.xz
tar xf ffmpeg-master-latest-linux64-gpl.tar.xz -C /opt
echo "/opt/ffmpeg-master-latest-linux64-gpl/bin" >> $GITHUB_PATH
```
关闭于 2025-11-02 9 条评论