scripts: gha: use full ffmpeg builds, as ours are not finalized yet

This commit is contained in:
Alibek Omarov
2025-06-15 16:01:23 +05:00
parent e3bfdf4127
commit 7f5e62d03a
2 changed files with 2 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ rm pkgconf.tar*
mv mingw64 pkgconf
FFMPEG_ARCHIVE=$(get_ffmpeg_archive)
curl -L https://github.com/FWGS/FFmpeg-Builds/releases/download/latest/$FFMPEG_ARCHIVE.zip -o ffmpeg.zip
curl -L https://github.com/BtbN/FFmpeg-Builds/releases/download/latest/$FFMPEG_ARCHIVE.zip -o ffmpeg.zip
if [ -f ffmpeg.zip ]; then
unzip -x ffmpeg.zip
mv $FFMPEG_ARCHIVE ffmpeg