ci: add ffmpeg install

This commit is contained in:
itsmattkc 2022-08-25 16:28:45 -07:00
parent cad2a2239d
commit 64a94062d9

View file

@ -30,6 +30,14 @@ jobs:
- name: Install Qt
uses: jurplel/install-qt-action@v3
- name: Install FFmpeg
shell: bash
run: |
FILENAME="ffmpeg-n4.4-latest-win32-gpl-shared-4.4"
wget -c https://github.com/sudo-nautilus/FFmpeg-Builds-Win32/releases/download/latest/$FILENAME.zip
7z x $FILENAME.zip
$FILENAME >> $GITHUB_PATH
- name: Build
shell: bash
run: |