ci: use win64 build of ffmpeg

This commit is contained in:
itsmattkc 2022-08-25 16:42:22 -07:00
parent aee799ed3c
commit c44b7084a6

View file

@ -33,9 +33,9 @@ jobs:
- name: Install FFmpeg
shell: bash
run: |
FILENAME="ffmpeg-n4.4-latest-win32-gpl-shared-4.4"
curl -fLOSs https://github.com/sudo-nautilus/FFmpeg-Builds-Win32/releases/download/latest/$FILENAME.zip
7z x $FILENAME.zip
FILENAME="ffmpeg-5.0.1-full_build-shared"
curl -fLOSs https://www.gyan.dev/ffmpeg/builds/packages/ffmpeg-5.0.1-full_build-shared.7z
7z x $FILENAME.7z
echo "$FILENAME" >> $GITHUB_PATH
- name: Build