mirror of
https://github.com/isledecomp/SIEdit.git
synced 2025-02-17 00:40:42 -05:00
ci: add ffmpeg install
This commit is contained in:
parent
cad2a2239d
commit
64a94062d9
1 changed files with 8 additions and 0 deletions
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
|
@ -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: |
|
||||
|
|
Loading…
Reference in a new issue